POST
/
api
/
v1
/
workspaces
/
{workspaceUuid}
/
organisations
/
{organisationUuid}
/
tags
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

workspaceUuid
string
required

The UUID of the workspace

organisationUuid
string
required

The UUID of the organisation

Body

application/json

Request parameters for creating a tag

tag_name
string

The name of the tag

Response

201
application/json
The tag was added to the organisation
success
boolean