Tags
Create tags
Create new tags for the specified workspace.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · object[]
Unique identifier for the workspace tag.
Identifier of the workspace to which the tag belongs.
Name of the workspace tag.
Color associated with the workspace tag.
Identifier of the user who created the tag.
Sequence number for ordering tags.
Response
200 - application/json
The created workspace tags.
Unique identifier for the workspace tag.
Identifier of the workspace to which the tag belongs.
Name of the workspace tag.
Color associated with the workspace tag.
Identifier of the user who created the tag.
Sequence number for ordering tags.
Was this page helpful?