Update the deployment's update control map
PATCH/api/management/v1/deployments/deployments/:id
Updates the deployment's update control map. It is possible to update the deployment's update control map only if the map exists. In case the control map does not exist, 409 Conflict error will be returned.
Request
Responses
- 204
- 400
- 401
- 404
- 409
- 500
Control map updated.
Invalid Request.
Unauthorized.
Not Found.
An active deployment with the same parameters already exists.
Internal Server Error.