Skip to main content
PATCH
Update tracked keyword

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
keyword_id
string<uuid>
required

Body

application/json

Request body for updating a tracked keyword (e.g. toggling active/inactive).

is_active
boolean | null
location_code
integer | null
language_code
string | null
Maximum string length: 10

Response

Successful Response

success
boolean
default:true
data
TrackedKeywordResponse · object | null

A tracked keyword with its latest position data and tags.