Updates a tag to the projecttemplate with the specified id.

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

Path parameters

projecttemplateIdstringRequiredformat: "uuid"
The id of the projecttemplate.

Headers

AuthorizationstringRequired

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

Request

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

Response

No Content