@@ -1420,7 +1420,7 @@ paths:
1420
1420
/projects :
1421
1421
get :
1422
1422
tags :
1423
- - projects
1423
+ - project
1424
1424
summary : Get projects
1425
1425
responses :
1426
1426
200 :
@@ -1431,7 +1431,7 @@ paths:
1431
1431
$ref : " #/definitions/Project"
1432
1432
post :
1433
1433
tags :
1434
- - projects
1434
+ - project
1435
1435
summary : Create a new project
1436
1436
consumes :
1437
1437
- application/json
@@ -1450,7 +1450,7 @@ paths:
1450
1450
/projects/restore :
1451
1451
post :
1452
1452
tags :
1453
- - projects
1453
+ - project
1454
1454
summary : Restore Project
1455
1455
consumes :
1456
1456
- application/json
@@ -1661,7 +1661,7 @@ paths:
1661
1661
- $ref : " #/parameters/project_id"
1662
1662
get :
1663
1663
tags :
1664
- - project
1664
+ - integration
1665
1665
summary : get all integrations
1666
1666
responses :
1667
1667
200 :
@@ -1673,7 +1673,7 @@ paths:
1673
1673
post :
1674
1674
summary : create a new integration
1675
1675
tags :
1676
- - project
1676
+ - integration
1677
1677
parameters :
1678
1678
- name : Integration
1679
1679
in : body
@@ -1691,7 +1691,7 @@ paths:
1691
1691
- $ref : " #/parameters/integration_id"
1692
1692
put :
1693
1693
tags :
1694
- - project
1694
+ - integration
1695
1695
summary : Update Integration
1696
1696
parameters :
1697
1697
- name : Integration
@@ -1704,7 +1704,7 @@ paths:
1704
1704
description : Integration updated
1705
1705
delete :
1706
1706
tags :
1707
- - project
1707
+ - integration
1708
1708
summary : Remove integration
1709
1709
responses :
1710
1710
204 :
@@ -1726,7 +1726,7 @@ paths:
1726
1726
$ref : " #/definitions/IntegrationExtractValue"
1727
1727
post :
1728
1728
tags :
1729
- - project
1729
+ - integration
1730
1730
summary : Add Integration Extracted Value
1731
1731
parameters :
1732
1732
- name : Integration Extracted Value
@@ -1783,7 +1783,7 @@ paths:
1783
1783
$ref : " #/definitions/IntegrationMatcher"
1784
1784
post :
1785
1785
tags :
1786
- - project
1786
+ - integration
1787
1787
summary : Add Integration Matcher
1788
1788
parameters :
1789
1789
- name : Integration Matcher
@@ -1830,7 +1830,7 @@ paths:
1830
1830
- $ref : " #/parameters/project_id"
1831
1831
get :
1832
1832
tags :
1833
- - project
1833
+ - key store
1834
1834
summary : Get access keys linked to project
1835
1835
parameters :
1836
1836
# TODO - the space in this parameter name results in a dredd warning
@@ -1864,7 +1864,7 @@ paths:
1864
1864
$ref : " #/definitions/AccessKey"
1865
1865
post :
1866
1866
tags :
1867
- - project
1867
+ - key store
1868
1868
summary : Add access key
1869
1869
parameters :
1870
1870
- name : Access Key
@@ -1885,7 +1885,7 @@ paths:
1885
1885
- $ref : " #/parameters/key_id"
1886
1886
put :
1887
1887
tags :
1888
- - project
1888
+ - key store
1889
1889
summary : Updates access key
1890
1890
parameters :
1891
1891
- name : Access Key
@@ -1900,7 +1900,7 @@ paths:
1900
1900
description : Bad type
1901
1901
delete :
1902
1902
tags :
1903
- - project
1903
+ - key store
1904
1904
summary : Removes access key
1905
1905
responses :
1906
1906
204 :
@@ -1912,7 +1912,7 @@ paths:
1912
1912
- $ref : " #/parameters/project_id"
1913
1913
get :
1914
1914
tags :
1915
- - project
1915
+ - repository
1916
1916
summary : Get repositories
1917
1917
parameters :
1918
1918
- name : sort
@@ -1937,7 +1937,7 @@ paths:
1937
1937
$ref : " #/definitions/Repository"
1938
1938
post :
1939
1939
tags :
1940
- - project
1940
+ - repository
1941
1941
summary : Add repository
1942
1942
parameters :
1943
1943
- name : Repository
@@ -1957,7 +1957,7 @@ paths:
1957
1957
- $ref : " #/parameters/repository_id"
1958
1958
get :
1959
1959
tags :
1960
- - project
1960
+ - repository
1961
1961
summary : Get repository
1962
1962
responses :
1963
1963
200 :
@@ -1966,7 +1966,7 @@ paths:
1966
1966
$ref : " #/definitions/Repository"
1967
1967
put :
1968
1968
tags :
1969
- - project
1969
+ - repository
1970
1970
summary : Updates repository
1971
1971
parameters :
1972
1972
- name : Repository
@@ -1981,7 +1981,7 @@ paths:
1981
1981
description : Bad request
1982
1982
delete :
1983
1983
tags :
1984
- - project
1984
+ - repository
1985
1985
summary : Removes repository
1986
1986
responses :
1987
1987
204 :
@@ -1993,7 +1993,7 @@ paths:
1993
1993
- $ref : " #/parameters/project_id"
1994
1994
get :
1995
1995
tags :
1996
- - project
1996
+ - inventory
1997
1997
summary : Get inventory
1998
1998
parameters :
1999
1999
- name : sort
@@ -2017,7 +2017,7 @@ paths:
2017
2017
$ref : " #/definitions/Inventory"
2018
2018
post :
2019
2019
tags :
2020
- - project
2020
+ - inventory
2021
2021
summary : create inventory
2022
2022
parameters :
2023
2023
- name : Inventory
@@ -2036,7 +2036,7 @@ paths:
2036
2036
- $ref : " #/parameters/inventory_id"
2037
2037
get :
2038
2038
tags :
2039
- - project
2039
+ - inventory
2040
2040
summary : Get inventory
2041
2041
responses :
2042
2042
200 :
@@ -2045,7 +2045,7 @@ paths:
2045
2045
$ref : " #/definitions/Inventory"
2046
2046
put :
2047
2047
tags :
2048
- - project
2048
+ - inventory
2049
2049
summary : Updates inventory
2050
2050
parameters :
2051
2051
- name : Inventory
@@ -2058,7 +2058,7 @@ paths:
2058
2058
description : Inventory updated
2059
2059
delete :
2060
2060
tags :
2061
- - project
2061
+ - inventory
2062
2062
summary : Removes inventory
2063
2063
responses :
2064
2064
204 :
@@ -2070,7 +2070,7 @@ paths:
2070
2070
- $ref : " #/parameters/project_id"
2071
2071
get :
2072
2072
tags :
2073
- - project
2073
+ - variable group (environment)
2074
2074
summary : Get environment
2075
2075
parameters :
2076
2076
- name : sort
@@ -2096,7 +2096,7 @@ paths:
2096
2096
$ref : " #/definitions/Environment"
2097
2097
post :
2098
2098
tags :
2099
- - project
2099
+ - variable group (environment)
2100
2100
summary : Add environment
2101
2101
parameters :
2102
2102
- name : environment
@@ -2115,7 +2115,7 @@ paths:
2115
2115
- $ref : " #/parameters/environment_id"
2116
2116
get :
2117
2117
tags :
2118
- - project
2118
+ - variable group (environment)
2119
2119
summary : Get environment
2120
2120
responses :
2121
2121
200 :
@@ -2124,7 +2124,7 @@ paths:
2124
2124
$ref : " #/definitions/Environment"
2125
2125
put :
2126
2126
tags :
2127
- - project
2127
+ - variable group (environment)
2128
2128
summary : Update environment
2129
2129
parameters :
2130
2130
- name : environment
@@ -2137,7 +2137,7 @@ paths:
2137
2137
description : Environment Updated
2138
2138
delete :
2139
2139
tags :
2140
- - project
2140
+ - variable group (environment)
2141
2141
summary : Removes environment
2142
2142
responses :
2143
2143
204 :
@@ -2149,7 +2149,7 @@ paths:
2149
2149
- $ref : " #/parameters/project_id"
2150
2150
get :
2151
2151
tags :
2152
- - project
2152
+ - template
2153
2153
summary : Get template
2154
2154
parameters :
2155
2155
- name : sort
@@ -2180,7 +2180,7 @@ paths:
2180
2180
$ref : " #/definitions/Task"
2181
2181
post :
2182
2182
tags :
2183
- - project
2183
+ - template
2184
2184
summary : create template
2185
2185
parameters :
2186
2186
- name : template
@@ -2199,7 +2199,7 @@ paths:
2199
2199
- $ref : " #/parameters/template_id"
2200
2200
get :
2201
2201
tags :
2202
- - project
2202
+ - template
2203
2203
summary : Get template
2204
2204
responses :
2205
2205
200 :
@@ -2208,7 +2208,7 @@ paths:
2208
2208
$ref : " #/definitions/Template"
2209
2209
put :
2210
2210
tags :
2211
- - project
2211
+ - template
2212
2212
summary : Updates template
2213
2213
parameters :
2214
2214
- name : template
@@ -2221,7 +2221,7 @@ paths:
2221
2221
description : template updated
2222
2222
delete :
2223
2223
tags :
2224
- - project
2224
+ - template
2225
2225
summary : Removes template
2226
2226
responses :
2227
2227
204 :
@@ -2353,7 +2353,7 @@ paths:
2353
2353
- $ref : " #/parameters/project_id"
2354
2354
get :
2355
2355
tags :
2356
- - project
2356
+ - task
2357
2357
summary : Get Tasks related to current project
2358
2358
responses :
2359
2359
200 :
@@ -2364,7 +2364,7 @@ paths:
2364
2364
$ref : ' #/definitions/Task'
2365
2365
post :
2366
2366
tags :
2367
- - project
2367
+ - task
2368
2368
summary : Starts a job
2369
2369
parameters :
2370
2370
- name : task
@@ -2407,7 +2407,7 @@ paths:
2407
2407
- $ref : " #/parameters/project_id"
2408
2408
get :
2409
2409
tags :
2410
- - project
2410
+ - task
2411
2411
summary : Get last 200 Tasks related to current project
2412
2412
responses :
2413
2413
200 :
@@ -2424,7 +2424,7 @@ paths:
2424
2424
- $ref : ' #/parameters/task_id'
2425
2425
post :
2426
2426
tags :
2427
- - project
2427
+ - task
2428
2428
summary : Stop a job
2429
2429
responses :
2430
2430
204 :
@@ -2445,7 +2445,7 @@ paths:
2445
2445
$ref : " #/definitions/Task"
2446
2446
delete :
2447
2447
tags :
2448
- - project
2448
+ - task
2449
2449
summary : Deletes task (including output)
2450
2450
responses :
2451
2451
204 :
@@ -2457,7 +2457,7 @@ paths:
2457
2457
- $ref : ' #/parameters/task_id'
2458
2458
get :
2459
2459
tags :
2460
- - project
2460
+ - task
2461
2461
summary : Get task output
2462
2462
responses :
2463
2463
200 :
@@ -2473,7 +2473,7 @@ paths:
2473
2473
- $ref : ' #/parameters/task_id'
2474
2474
get :
2475
2475
tags :
2476
- - project
2476
+ - task
2477
2477
summary : Get task raw output
2478
2478
responses :
2479
2479
200 :
0 commit comments