Updates a tag to the projecttemplate with the specified id.

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

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

projecttemplateIdstringRequiredformat: "uuid"
The id of the projecttemplate.

Request

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

Response

No Content