v1
latestOpenAPI 3.0.32026-07-2659199427.5 KBBulk Operations
Update bulk operation
Update an existing bulk operation. Used to modify operation parameters or retry failed rules.
put/bulk-operations/{id}
Path parameters
idstring required
Bulk operation ID.
Query parameters
fieldsstring[]
Fields to include in the response.
Headers
If-Matchstring
ETag value for optimistic concurrency control.
Request body
Example request
{
"type": "deleteRule",
"specification": {
"publishState": "DRAFT",
"lastModifiedEnd": "2026-01-01T00:00:00Z"
},
"excludeRuleIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}Response
OK