Skip to main content
Version: Hosted

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

Successful response.