Adds a batch of new tags to the projecttemplate with the specified id.

POST

The request fails if one of the tags is invalid (e.g. empty or duplicate). To create the tags the user needs ‘write’ permissions on the specified projecttemplate.

Path parameters

projecttemplateIdstringRequired

The id of the projecttemplate.

Request

This endpoint expects a list of objects.
namestringRequired>=0 characters<=255 characters
colorstringOptional

Response

OK

idstringOptionalformat: "uuid"
createdOndatetimeOptional
createdBystringOptionalformat: "uuid"
updatedOndatetimeOptional
updatedBystringOptionalformat: "uuid"
namestringOptional
colorstringOptional
Built with