Skip to main content
PATCH
Update a tracked keyword active flag or relevance

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
keywordId
string
required

Body

application/json
active
boolean
Example:

false

relevance
number | null
Required range: 1 <= x <= 100
Example:

80

Response

200 - application/json

The response is of type object.

Last modified on July 31, 2026