Replaces the tag-based query of an existing watchlist. This endpoint requires that the watchlist currently uses tags (not keyphrases) and that at least one valid tag is provided.
Uses explicit includeTags/excludeTags arrays:
{
"includeTags": ["sports", "esports"],
"excludeTags": ["politics"],
"matchOperator": "OR"
}
Uses tags array with include boolean:
{
"tags": [
{"tagSlug": "sports", "include": true}
],
"searchMatchOperator": "OR"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Watchlist identifier.
Tags updated successfully
The response is of type object.