v1
latestOpenAPI 3.1.02026-07-26180242448.0 KBFilter Rules
Update filter rule
Update an existing filter rule. All fields are optional; only provided fields will be updated. Changing the interval may affect the pricing tier.
patch/v1/twitter/stream/filter-rules/{rule_id}
Path parameters
rule_idstring required
The unique ID of the filter rule.
Request body
Response
Filter rule updated successfully.
Example response
{
"tag": "AI news tracker",
"query": "(\"artificial intelligence\" OR \"machine learning\") min_faves:100 lang:en",
"interval_seconds": 60,
"max_results_per_poll": 20,
"pricing_tier": "1-minute"
}