Skip to main content
POST
Create tag associations

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tag
string
required

Tag name.

role
string
required

Role name to associate the tag with.

Query Parameters

readonly
boolean
required

Whether the role should have read-only access.

Response

Data retrieved successfully.

tag
string
required

Tag name associated with the role.

role
string
required

Role name you assigned to this tag.

is_readonly
boolean
required

Indicates whether the role has read-only access to the tag.

id
string<uuid> | null

Unique ID for the tag-role association.