Monitors
Update keyword monitor
patch/monitors/keywords/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Request body
Example request
{
"eventTypes": [
"tweet.new",
"tweet.reply"
],
"isActive": true
}Response
Keyword monitor updated
Example response
{
"id": "21",
"query": "xquik OR \"x api\"",
"eventTypes": [
"tweet.new",
"tweet.reply"
],
"isActive": true,
"createdAt": "2025-01-15T12:00:00Z",
"nextBillingAt": "2025-01-15T12:00:00Z"
}