Stream 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.