Update and replace the tags of a release.
PUT/api/management/v2/deployments/deployments/releases/:release_name/tags
Assigns tags to a release. The tags associated with the release will be replaced with the ones defined in the request body.
LIMITATIONS:
- Max 20 tags can be assigned to a single release.
- There can be no more than 100 unique tag keys in total.
Request
Responses
- 204
- 400
- 401
- 409
- 500
Successful response.
Invalid Request.
Unauthorized.
Too many unique tag keys in use.
Internal Server Error.