Create a tag
Creates a tag in the workspace.
The name is trimmed before being stored. Tag names are unique within the workspace, so reusing an existing name returns 409.
Request body
Response
Tag created successfully
Changes
Changed in 1 of the 9 revisions of this API.425
- ▲
request body became required
request-body-became-required
- ▲
the request property
namebecame requiredrequest-property-became-required
- ▲
the
namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
removed the media type
application/jsonfor the response with the status409response-media-type-removed
- ●
the
namerequest property's maxLength was set to128request-property-max-length-set
- ●
removed the request property
idrequest-property-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
the response property
idbecame required for the status201response-property-became-required
- ○
the response property
namebecame required for the status201response-property-became-required
- ○
the
idresponse's property pattern^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$was added for the status201response-property-pattern-added
- ▲