Skip to content

Commit f4d350a

Browse files
committed
fix(ui): update swagger
1 parent 023cd16 commit f4d350a

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

web/public/swagger/api-docs.yml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ paths:
14181418
/projects:
14191419
get:
14201420
tags:
1421-
- projects
1421+
- project
14221422
summary: Get projects
14231423
responses:
14241424
200:
@@ -1429,7 +1429,7 @@ paths:
14291429
$ref: "#/definitions/Project"
14301430
post:
14311431
tags:
1432-
- projects
1432+
- project
14331433
summary: Create a new project
14341434
consumes:
14351435
- application/json
@@ -1448,7 +1448,7 @@ paths:
14481448
/projects/restore:
14491449
post:
14501450
tags:
1451-
- projects
1451+
- project
14521452
summary: Restore Project
14531453
consumes:
14541454
- application/json
@@ -1659,7 +1659,7 @@ paths:
16591659
- $ref: "#/parameters/project_id"
16601660
get:
16611661
tags:
1662-
- project
1662+
- integration
16631663
summary: get all integrations
16641664
responses:
16651665
200:
@@ -1671,7 +1671,7 @@ paths:
16711671
post:
16721672
summary: create a new integration
16731673
tags:
1674-
- project
1674+
- integration
16751675
parameters:
16761676
- name: Integration
16771677
in: body
@@ -1689,7 +1689,7 @@ paths:
16891689
- $ref: "#/parameters/integration_id"
16901690
put:
16911691
tags:
1692-
- project
1692+
- integration
16931693
summary: Update Integration
16941694
parameters:
16951695
- name: Integration
@@ -1702,7 +1702,7 @@ paths:
17021702
description: Integration updated
17031703
delete:
17041704
tags:
1705-
- project
1705+
- integration
17061706
summary: Remove integration
17071707
responses:
17081708
204:
@@ -1724,7 +1724,7 @@ paths:
17241724
$ref: "#/definitions/IntegrationExtractValue"
17251725
post:
17261726
tags:
1727-
- project
1727+
- integration
17281728
summary: Add Integration Extracted Value
17291729
parameters:
17301730
- name: Integration Extracted Value
@@ -1781,7 +1781,7 @@ paths:
17811781
$ref: "#/definitions/IntegrationMatcher"
17821782
post:
17831783
tags:
1784-
- project
1784+
- integration
17851785
summary: Add Integration Matcher
17861786
parameters:
17871787
- name: Integration Matcher
@@ -1828,7 +1828,7 @@ paths:
18281828
- $ref: "#/parameters/project_id"
18291829
get:
18301830
tags:
1831-
- project
1831+
- key-store
18321832
summary: Get access keys linked to project
18331833
parameters:
18341834
# TODO - the space in this parameter name results in a dredd warning
@@ -1862,7 +1862,7 @@ paths:
18621862
$ref: "#/definitions/AccessKey"
18631863
post:
18641864
tags:
1865-
- project
1865+
- key-store
18661866
summary: Add access key
18671867
parameters:
18681868
- name: Access Key
@@ -1883,7 +1883,7 @@ paths:
18831883
- $ref: "#/parameters/key_id"
18841884
put:
18851885
tags:
1886-
- project
1886+
- key-store
18871887
summary: Updates access key
18881888
parameters:
18891889
- name: Access Key
@@ -1898,7 +1898,7 @@ paths:
18981898
description: Bad type
18991899
delete:
19001900
tags:
1901-
- project
1901+
- key-store
19021902
summary: Removes access key
19031903
responses:
19041904
204:
@@ -1910,7 +1910,7 @@ paths:
19101910
- $ref: "#/parameters/project_id"
19111911
get:
19121912
tags:
1913-
- project
1913+
- repository
19141914
summary: Get repositories
19151915
parameters:
19161916
- name: sort
@@ -1935,7 +1935,7 @@ paths:
19351935
$ref: "#/definitions/Repository"
19361936
post:
19371937
tags:
1938-
- project
1938+
- repository
19391939
summary: Add repository
19401940
parameters:
19411941
- name: Repository
@@ -1955,7 +1955,7 @@ paths:
19551955
- $ref: "#/parameters/repository_id"
19561956
get:
19571957
tags:
1958-
- project
1958+
- repository
19591959
summary: Get repository
19601960
responses:
19611961
200:
@@ -1964,7 +1964,7 @@ paths:
19641964
$ref: "#/definitions/Repository"
19651965
put:
19661966
tags:
1967-
- project
1967+
- repository
19681968
summary: Updates repository
19691969
parameters:
19701970
- name: Repository
@@ -1979,7 +1979,7 @@ paths:
19791979
description: Bad request
19801980
delete:
19811981
tags:
1982-
- project
1982+
- repository
19831983
summary: Removes repository
19841984
responses:
19851985
204:
@@ -1991,7 +1991,7 @@ paths:
19911991
- $ref: "#/parameters/project_id"
19921992
get:
19931993
tags:
1994-
- project
1994+
- inventory
19951995
summary: Get inventory
19961996
parameters:
19971997
- name: sort
@@ -2015,7 +2015,7 @@ paths:
20152015
$ref: "#/definitions/Inventory"
20162016
post:
20172017
tags:
2018-
- project
2018+
- inventory
20192019
summary: create inventory
20202020
parameters:
20212021
- name: Inventory
@@ -2034,7 +2034,7 @@ paths:
20342034
- $ref: "#/parameters/inventory_id"
20352035
get:
20362036
tags:
2037-
- project
2037+
- inventory
20382038
summary: Get inventory
20392039
responses:
20402040
200:
@@ -2043,7 +2043,7 @@ paths:
20432043
$ref: "#/definitions/Inventory"
20442044
put:
20452045
tags:
2046-
- project
2046+
- inventory
20472047
summary: Updates inventory
20482048
parameters:
20492049
- name: Inventory
@@ -2056,7 +2056,7 @@ paths:
20562056
description: Inventory updated
20572057
delete:
20582058
tags:
2059-
- project
2059+
- inventory
20602060
summary: Removes inventory
20612061
responses:
20622062
204:
@@ -2068,7 +2068,7 @@ paths:
20682068
- $ref: "#/parameters/project_id"
20692069
get:
20702070
tags:
2071-
- project
2071+
- variable-group
20722072
summary: Get environment
20732073
parameters:
20742074
- name: sort
@@ -2094,7 +2094,7 @@ paths:
20942094
$ref: "#/definitions/Environment"
20952095
post:
20962096
tags:
2097-
- project
2097+
- variable-group
20982098
summary: Add environment
20992099
parameters:
21002100
- name: environment
@@ -2113,7 +2113,7 @@ paths:
21132113
- $ref: "#/parameters/environment_id"
21142114
get:
21152115
tags:
2116-
- project
2116+
- variable-group
21172117
summary: Get environment
21182118
responses:
21192119
200:
@@ -2122,7 +2122,7 @@ paths:
21222122
$ref: "#/definitions/Environment"
21232123
put:
21242124
tags:
2125-
- project
2125+
- variable-group
21262126
summary: Update environment
21272127
parameters:
21282128
- name: environment
@@ -2135,7 +2135,7 @@ paths:
21352135
description: Environment Updated
21362136
delete:
21372137
tags:
2138-
- project
2138+
- variable-group
21392139
summary: Removes environment
21402140
responses:
21412141
204:
@@ -2147,7 +2147,7 @@ paths:
21472147
- $ref: "#/parameters/project_id"
21482148
get:
21492149
tags:
2150-
- project
2150+
- template
21512151
summary: Get template
21522152
parameters:
21532153
- name: sort
@@ -2178,7 +2178,7 @@ paths:
21782178
$ref: "#/definitions/Task"
21792179
post:
21802180
tags:
2181-
- project
2181+
- template
21822182
summary: create template
21832183
parameters:
21842184
- name: template
@@ -2197,7 +2197,7 @@ paths:
21972197
- $ref: "#/parameters/template_id"
21982198
get:
21992199
tags:
2200-
- project
2200+
- template
22012201
summary: Get template
22022202
responses:
22032203
200:
@@ -2206,7 +2206,7 @@ paths:
22062206
$ref: "#/definitions/Template"
22072207
put:
22082208
tags:
2209-
- project
2209+
- template
22102210
summary: Updates template
22112211
parameters:
22122212
- name: template
@@ -2219,7 +2219,7 @@ paths:
22192219
description: template updated
22202220
delete:
22212221
tags:
2222-
- project
2222+
- template
22232223
summary: Removes template
22242224
responses:
22252225
204:
@@ -2351,7 +2351,7 @@ paths:
23512351
- $ref: "#/parameters/project_id"
23522352
get:
23532353
tags:
2354-
- project
2354+
- task
23552355
summary: Get Tasks related to current project
23562356
responses:
23572357
200:
@@ -2362,7 +2362,7 @@ paths:
23622362
$ref: '#/definitions/Task'
23632363
post:
23642364
tags:
2365-
- project
2365+
- task
23662366
summary: Starts a job
23672367
parameters:
23682368
- name: task
@@ -2405,7 +2405,7 @@ paths:
24052405
- $ref: "#/parameters/project_id"
24062406
get:
24072407
tags:
2408-
- project
2408+
- task
24092409
summary: Get last 200 Tasks related to current project
24102410
responses:
24112411
200:
@@ -2422,7 +2422,7 @@ paths:
24222422
- $ref: '#/parameters/task_id'
24232423
post:
24242424
tags:
2425-
- project
2425+
- task
24262426
summary: Stop a job
24272427
responses:
24282428
204:
@@ -2434,7 +2434,7 @@ paths:
24342434
- $ref: "#/parameters/task_id"
24352435
get:
24362436
tags:
2437-
- project
2437+
- task
24382438
summary: Get a single task
24392439
responses:
24402440
200:
@@ -2443,7 +2443,7 @@ paths:
24432443
$ref: "#/definitions/Task"
24442444
delete:
24452445
tags:
2446-
- project
2446+
- task
24472447
summary: Deletes task (including output)
24482448
responses:
24492449
204:
@@ -2455,7 +2455,7 @@ paths:
24552455
- $ref: '#/parameters/task_id'
24562456
get:
24572457
tags:
2458-
- project
2458+
- task
24592459
summary: Get task output
24602460
responses:
24612461
200:
@@ -2471,7 +2471,7 @@ paths:
24712471
- $ref: '#/parameters/task_id'
24722472
get:
24732473
tags:
2474-
- project
2474+
- task
24752475
summary: Get task raw output
24762476
responses:
24772477
200:

0 commit comments

Comments
 (0)