v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBStream Monitors
Update stream monitor
Update an existing stream monitor. All fields are optional; only provided fields will be updated. Use status field to pause or resume monitoring.
patch/v1/twitter/stream/monitors/{monitor_id}
Path parameters
monitor_idstring required
The unique ID of the stream monitor.
Request body
Response
Stream monitor updated successfully.
Example response
{
"name": "Tech Leaders Monitor",
"usernames": [
"elonmusk",
"sama"
],
"pricing_tier": "Standard"
}