Monitors
Update monitor
patch/monitors/{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
Monitor updated
Example response
{
"id": "42",
"username": "elonmusk",
"xUserId": "9876543210",
"eventTypes": [
"tweet.new",
"tweet.reply"
],
"isActive": true,
"createdAt": "2025-01-15T12:00:00Z",
"nextBillingAt": "2025-01-15T12:00:00Z"
}