latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
macros
Update a macro
Updates an existing macro by ID. All fields are optional; only provided fields will be updated.
Rate limit: 60 requests per minute
patch/macros/{id}
Path parameters
idstring required
The ID of the macro to update.
Request body
Example request
{
"conditions": {
"subfilters": [
{
"field": "state",
"operator": "equals",
"value": "new"
}
]
}
}