File tree Expand file tree Collapse file tree 2 files changed +34
-10
lines changed Expand file tree Collapse file tree 2 files changed +34
-10
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ definitions:
302
302
demo :
303
303
description : Create Demo project resources?
304
304
type : boolean
305
+
305
306
Project :
306
307
type : object
307
308
properties :
@@ -1028,13 +1029,22 @@ definitions:
1028
1029
properties :
1029
1030
version :
1030
1031
type : string
1031
- updateBody :
1032
+ ansible :
1033
+ type : string
1034
+ web_host :
1035
+ type : string
1036
+ use_remote_runner :
1037
+ type : boolean
1038
+ auth_methods :
1039
+ type : array
1040
+ items :
1041
+ type : string
1042
+ git_client :
1043
+ type : string
1044
+ schedule_timezone :
1032
1045
type : string
1033
- update :
1046
+ premium_features :
1034
1047
type : object
1035
- properties :
1036
- tag_name :
1037
- type : string
1038
1048
1039
1049
securityDefinitions :
1040
1050
cookie :
@@ -1436,6 +1446,7 @@ paths:
1436
1446
description : Created project
1437
1447
schema :
1438
1448
$ref : " #/definitions/Project"
1449
+
1439
1450
/projects/restore :
1440
1451
post :
1441
1452
tags :
@@ -1465,6 +1476,7 @@ paths:
1465
1476
type : array
1466
1477
items :
1467
1478
$ref : ' #/definitions/Event'
1479
+
1468
1480
/events/last :
1469
1481
get :
1470
1482
summary : Get last 200 Events related to Semaphore and projects you are part of
Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ definitions:
302
302
demo :
303
303
description : Create Demo project resources?
304
304
type : boolean
305
+
305
306
Project :
306
307
type : object
307
308
properties :
@@ -1028,13 +1029,22 @@ definitions:
1028
1029
properties :
1029
1030
version :
1030
1031
type : string
1031
- updateBody :
1032
+ ansible :
1033
+ type : string
1034
+ web_host :
1035
+ type : string
1036
+ use_remote_runner :
1037
+ type : boolean
1038
+ auth_methods :
1039
+ type : array
1040
+ items :
1041
+ type : string
1042
+ git_client :
1043
+ type : string
1044
+ schedule_timezone :
1032
1045
type : string
1033
- update :
1046
+ premium_features :
1034
1047
type : object
1035
- properties :
1036
- tag_name :
1037
- type : string
1038
1048
1039
1049
securityDefinitions :
1040
1050
cookie :
@@ -1436,6 +1446,7 @@ paths:
1436
1446
description : Created project
1437
1447
schema :
1438
1448
$ref : " #/definitions/Project"
1449
+
1439
1450
/projects/restore :
1440
1451
post :
1441
1452
tags :
@@ -1465,6 +1476,7 @@ paths:
1465
1476
type : array
1466
1477
items :
1467
1478
$ref : ' #/definitions/Event'
1479
+
1468
1480
/events/last :
1469
1481
get :
1470
1482
summary : Get last 200 Events related to Semaphore and projects you are part of
You can’t perform that action at this time.
0 commit comments