Updates a tag to the project with the specified id.

To update the tag the user needs 'write' permissions on the specified project.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Request

The model with the tags to update.
oldTagNamestringRequired>=1 character
newTagobjectRequired
shouldMergeboolean or nullOptional

Response

No Content