Synchronously bulk update alerts

Bulk apply updates to alerts. The only updatable fields are those available via the PATCH alert API. Updates occur synchronously.

Body Params

A bulk request body includes the http method (only patch supported) with an array of bulk operations to apply. Each bulk operation is an object containing the id of the alert to apply the operation to and any properties/values to update as part of the bulk request.

Request body for bulk alert operations.

patch
array of objects
required
length ≤ 1000
patch*
Headers
string
required

Your API key

string
enum
required

The content type of the body.

Allowed:
Responses
200

OK

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json