Create a tag
POST/:workspace/tags
Creates a tag in the workspace. Both name and hex_color are required. Returns 201 Created with the new tag. Requires the ADMIN or MEMBER workspace role; the VIEWER role receives 403.
Request
Responses
- 201
- 401
- 403
- 404
- 422
The created tag. Bare object, not wrapped in data.
The bearer token is missing, malformed, unknown, or expired.
The token is valid, but the user it belongs to may not perform this action:
- they are not a member of the
{workspace}in the path; or - their workspace role is too low for this endpoint (write routes require Admin or Member); or
- for
/panelendpoints, they are not a platform administrator.
The host application that Mixpost is installed into can also deny access to Mixpost as a whole, which produces the same response.
The {workspace} UUID in the path does not match any workspace.
The request body failed validation.