v1
latestOpenAPI 3.0.02026-07-26392662.9 KBOrganisations
Add a tag to an organisation
post/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid}/tags
Path parameters
workspaceUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
The UUID of the workspace
organisationUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
The UUID of the organisation
Request body
Example request
{
"tag_name": "Tag Name"
}Response
The tag was added to the organisation
Example response
{
"success": true
}