Skip to main content
POST
Assign or unassign tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for assigning or unassigning tags on tracked keywords.

keyword_ids
string<uuid>[]
required

Tracked keyword UUIDs to modify tags for.

Minimum array length: 1
add_tag_ids
string<uuid>[] | null

Tag UUIDs to assign to the specified keywords.

remove_tag_ids
string<uuid>[] | null

Tag UUIDs to unassign from the specified keywords.

Response

Successful Response

success
boolean
default:true
data
Data · object | null