v1
latestOpenAPI 3.1.02026-07-24223580832.9 KBrule
Update a Rule
Update a rule by its ID with new data.
put/streaming/v2/rules/{id}
Path parameters
idstring uuid required
ID of the rule to update
Request body
Example request
{
"condition": [
{
"variable_type": "addresses",
"variable_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}Response
Rule updated
Example response
{
"condition": [
{
"variable_type": "addresses",
"variable_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}