Apps
Add Deployment Field Row
Add a new row to a specific field in a deployment for a given cluster and app
post/api/clusters/{clusterName}/apps/{appName}/deployment/{field}/add
Path parameters
clusterNamestring required
Cluster Name
appNamestring required
App Name
fieldstring required
Field to add a row to (routes, gitClones, variables, path)
Headers
Authorizationstring required
Insert your access token
Request body
{"stackTrail":"paths:/api/clusters/{clusterName}/apps/{appName}/deployment/{field}/add:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
Deployment field row added
string required
Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲