@@ -1418,7 +1418,7 @@ paths:
1418
1418
/projects :
1419
1419
get :
1420
1420
tags :
1421
- - projects
1421
+ - project
1422
1422
summary : Get projects
1423
1423
responses :
1424
1424
200 :
@@ -1429,7 +1429,7 @@ paths:
1429
1429
$ref : " #/definitions/Project"
1430
1430
post :
1431
1431
tags :
1432
- - projects
1432
+ - project
1433
1433
summary : Create a new project
1434
1434
consumes :
1435
1435
- application/json
@@ -1448,7 +1448,7 @@ paths:
1448
1448
/projects/restore :
1449
1449
post :
1450
1450
tags :
1451
- - projects
1451
+ - project
1452
1452
summary : Restore Project
1453
1453
consumes :
1454
1454
- application/json
@@ -1659,7 +1659,7 @@ paths:
1659
1659
- $ref : " #/parameters/project_id"
1660
1660
get :
1661
1661
tags :
1662
- - project
1662
+ - integration
1663
1663
summary : get all integrations
1664
1664
responses :
1665
1665
200 :
@@ -1671,7 +1671,7 @@ paths:
1671
1671
post :
1672
1672
summary : create a new integration
1673
1673
tags :
1674
- - project
1674
+ - integration
1675
1675
parameters :
1676
1676
- name : Integration
1677
1677
in : body
@@ -1689,7 +1689,7 @@ paths:
1689
1689
- $ref : " #/parameters/integration_id"
1690
1690
put :
1691
1691
tags :
1692
- - project
1692
+ - integration
1693
1693
summary : Update Integration
1694
1694
parameters :
1695
1695
- name : Integration
@@ -1702,7 +1702,7 @@ paths:
1702
1702
description : Integration updated
1703
1703
delete :
1704
1704
tags :
1705
- - project
1705
+ - integration
1706
1706
summary : Remove integration
1707
1707
responses :
1708
1708
204 :
@@ -1724,7 +1724,7 @@ paths:
1724
1724
$ref : " #/definitions/IntegrationExtractValue"
1725
1725
post :
1726
1726
tags :
1727
- - project
1727
+ - integration
1728
1728
summary : Add Integration Extracted Value
1729
1729
parameters :
1730
1730
- name : Integration Extracted Value
@@ -1781,7 +1781,7 @@ paths:
1781
1781
$ref : " #/definitions/IntegrationMatcher"
1782
1782
post :
1783
1783
tags :
1784
- - project
1784
+ - integration
1785
1785
summary : Add Integration Matcher
1786
1786
parameters :
1787
1787
- name : Integration Matcher
@@ -1828,7 +1828,7 @@ paths:
1828
1828
- $ref : " #/parameters/project_id"
1829
1829
get :
1830
1830
tags :
1831
- - project
1831
+ - key-store
1832
1832
summary : Get access keys linked to project
1833
1833
parameters :
1834
1834
# TODO - the space in this parameter name results in a dredd warning
@@ -1862,7 +1862,7 @@ paths:
1862
1862
$ref : " #/definitions/AccessKey"
1863
1863
post :
1864
1864
tags :
1865
- - project
1865
+ - key-store
1866
1866
summary : Add access key
1867
1867
parameters :
1868
1868
- name : Access Key
@@ -1883,7 +1883,7 @@ paths:
1883
1883
- $ref : " #/parameters/key_id"
1884
1884
put :
1885
1885
tags :
1886
- - project
1886
+ - key-store
1887
1887
summary : Updates access key
1888
1888
parameters :
1889
1889
- name : Access Key
@@ -1898,7 +1898,7 @@ paths:
1898
1898
description : Bad type
1899
1899
delete :
1900
1900
tags :
1901
- - project
1901
+ - key-store
1902
1902
summary : Removes access key
1903
1903
responses :
1904
1904
204 :
@@ -1910,7 +1910,7 @@ paths:
1910
1910
- $ref : " #/parameters/project_id"
1911
1911
get :
1912
1912
tags :
1913
- - project
1913
+ - repository
1914
1914
summary : Get repositories
1915
1915
parameters :
1916
1916
- name : sort
@@ -1935,7 +1935,7 @@ paths:
1935
1935
$ref : " #/definitions/Repository"
1936
1936
post :
1937
1937
tags :
1938
- - project
1938
+ - repository
1939
1939
summary : Add repository
1940
1940
parameters :
1941
1941
- name : Repository
@@ -1955,7 +1955,7 @@ paths:
1955
1955
- $ref : " #/parameters/repository_id"
1956
1956
get :
1957
1957
tags :
1958
- - project
1958
+ - repository
1959
1959
summary : Get repository
1960
1960
responses :
1961
1961
200 :
@@ -1964,7 +1964,7 @@ paths:
1964
1964
$ref : " #/definitions/Repository"
1965
1965
put :
1966
1966
tags :
1967
- - project
1967
+ - repository
1968
1968
summary : Updates repository
1969
1969
parameters :
1970
1970
- name : Repository
@@ -1979,7 +1979,7 @@ paths:
1979
1979
description : Bad request
1980
1980
delete :
1981
1981
tags :
1982
- - project
1982
+ - repository
1983
1983
summary : Removes repository
1984
1984
responses :
1985
1985
204 :
@@ -1991,7 +1991,7 @@ paths:
1991
1991
- $ref : " #/parameters/project_id"
1992
1992
get :
1993
1993
tags :
1994
- - project
1994
+ - inventory
1995
1995
summary : Get inventory
1996
1996
parameters :
1997
1997
- name : sort
@@ -2015,7 +2015,7 @@ paths:
2015
2015
$ref : " #/definitions/Inventory"
2016
2016
post :
2017
2017
tags :
2018
- - project
2018
+ - inventory
2019
2019
summary : create inventory
2020
2020
parameters :
2021
2021
- name : Inventory
@@ -2034,7 +2034,7 @@ paths:
2034
2034
- $ref : " #/parameters/inventory_id"
2035
2035
get :
2036
2036
tags :
2037
- - project
2037
+ - inventory
2038
2038
summary : Get inventory
2039
2039
responses :
2040
2040
200 :
@@ -2043,7 +2043,7 @@ paths:
2043
2043
$ref : " #/definitions/Inventory"
2044
2044
put :
2045
2045
tags :
2046
- - project
2046
+ - inventory
2047
2047
summary : Updates inventory
2048
2048
parameters :
2049
2049
- name : Inventory
@@ -2056,7 +2056,7 @@ paths:
2056
2056
description : Inventory updated
2057
2057
delete :
2058
2058
tags :
2059
- - project
2059
+ - inventory
2060
2060
summary : Removes inventory
2061
2061
responses :
2062
2062
204 :
@@ -2068,7 +2068,7 @@ paths:
2068
2068
- $ref : " #/parameters/project_id"
2069
2069
get :
2070
2070
tags :
2071
- - project
2071
+ - variable-group
2072
2072
summary : Get environment
2073
2073
parameters :
2074
2074
- name : sort
@@ -2094,7 +2094,7 @@ paths:
2094
2094
$ref : " #/definitions/Environment"
2095
2095
post :
2096
2096
tags :
2097
- - project
2097
+ - variable-group
2098
2098
summary : Add environment
2099
2099
parameters :
2100
2100
- name : environment
@@ -2113,7 +2113,7 @@ paths:
2113
2113
- $ref : " #/parameters/environment_id"
2114
2114
get :
2115
2115
tags :
2116
- - project
2116
+ - variable-group
2117
2117
summary : Get environment
2118
2118
responses :
2119
2119
200 :
@@ -2122,7 +2122,7 @@ paths:
2122
2122
$ref : " #/definitions/Environment"
2123
2123
put :
2124
2124
tags :
2125
- - project
2125
+ - variable-group
2126
2126
summary : Update environment
2127
2127
parameters :
2128
2128
- name : environment
@@ -2135,7 +2135,7 @@ paths:
2135
2135
description : Environment Updated
2136
2136
delete :
2137
2137
tags :
2138
- - project
2138
+ - variable-group
2139
2139
summary : Removes environment
2140
2140
responses :
2141
2141
204 :
@@ -2147,7 +2147,7 @@ paths:
2147
2147
- $ref : " #/parameters/project_id"
2148
2148
get :
2149
2149
tags :
2150
- - project
2150
+ - template
2151
2151
summary : Get template
2152
2152
parameters :
2153
2153
- name : sort
@@ -2178,7 +2178,7 @@ paths:
2178
2178
$ref : " #/definitions/Task"
2179
2179
post :
2180
2180
tags :
2181
- - project
2181
+ - template
2182
2182
summary : create template
2183
2183
parameters :
2184
2184
- name : template
@@ -2197,7 +2197,7 @@ paths:
2197
2197
- $ref : " #/parameters/template_id"
2198
2198
get :
2199
2199
tags :
2200
- - project
2200
+ - template
2201
2201
summary : Get template
2202
2202
responses :
2203
2203
200 :
@@ -2206,7 +2206,7 @@ paths:
2206
2206
$ref : " #/definitions/Template"
2207
2207
put :
2208
2208
tags :
2209
- - project
2209
+ - template
2210
2210
summary : Updates template
2211
2211
parameters :
2212
2212
- name : template
@@ -2219,7 +2219,7 @@ paths:
2219
2219
description : template updated
2220
2220
delete :
2221
2221
tags :
2222
- - project
2222
+ - template
2223
2223
summary : Removes template
2224
2224
responses :
2225
2225
204 :
@@ -2351,7 +2351,7 @@ paths:
2351
2351
- $ref : " #/parameters/project_id"
2352
2352
get :
2353
2353
tags :
2354
- - project
2354
+ - task
2355
2355
summary : Get Tasks related to current project
2356
2356
responses :
2357
2357
200 :
@@ -2362,7 +2362,7 @@ paths:
2362
2362
$ref : ' #/definitions/Task'
2363
2363
post :
2364
2364
tags :
2365
- - project
2365
+ - task
2366
2366
summary : Starts a job
2367
2367
parameters :
2368
2368
- name : task
@@ -2405,7 +2405,7 @@ paths:
2405
2405
- $ref : " #/parameters/project_id"
2406
2406
get :
2407
2407
tags :
2408
- - project
2408
+ - task
2409
2409
summary : Get last 200 Tasks related to current project
2410
2410
responses :
2411
2411
200 :
@@ -2422,7 +2422,7 @@ paths:
2422
2422
- $ref : ' #/parameters/task_id'
2423
2423
post :
2424
2424
tags :
2425
- - project
2425
+ - task
2426
2426
summary : Stop a job
2427
2427
responses :
2428
2428
204 :
@@ -2434,7 +2434,7 @@ paths:
2434
2434
- $ref : " #/parameters/task_id"
2435
2435
get :
2436
2436
tags :
2437
- - project
2437
+ - task
2438
2438
summary : Get a single task
2439
2439
responses :
2440
2440
200 :
@@ -2443,7 +2443,7 @@ paths:
2443
2443
$ref : " #/definitions/Task"
2444
2444
delete :
2445
2445
tags :
2446
- - project
2446
+ - task
2447
2447
summary : Deletes task (including output)
2448
2448
responses :
2449
2449
204 :
@@ -2455,7 +2455,7 @@ paths:
2455
2455
- $ref : ' #/parameters/task_id'
2456
2456
get :
2457
2457
tags :
2458
- - project
2458
+ - task
2459
2459
summary : Get task output
2460
2460
responses :
2461
2461
200 :
@@ -2471,7 +2471,7 @@ paths:
2471
2471
- $ref : ' #/parameters/task_id'
2472
2472
get :
2473
2473
tags :
2474
- - project
2474
+ - task
2475
2475
summary : Get task raw output
2476
2476
responses :
2477
2477
200 :
0 commit comments