Skip to main content
PATCH
Update local 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 local keyword (e.g. toggle active).

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

Response

Successful Response

success
boolean
default:true
data
LocalKeywordResponse · object | null

A single tracked local keyword.