POST /templates/tags
Assign template tags
Assign tag(s) to a template build
Request body
Required: yes
application/json
Schema: AssignTemplateTagsRequest
target·string· requiredTarget template in "name:tag" format
tags·array<string>· requiredTags to assign to the template
Responses
201
Tag assigned successfully
Content-Type: application/json
Schema: AssignedTemplateTags
tags·array<string>· requiredAssigned tags of the template
buildID·string· requiredIdentifier of the build associated with these tags
Format:
uuid
400
Bad request
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
401
Authentication error
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
404
Not found
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError
500
Server error
Content-Type: application/json
Schema: Error
code·integer· requiredError code
Format:
int32message·string· requiredError