Skip to main content
POST
curl
Apply the same status transition to many cases at once, mirroring the Cases list’s bulk Set Status action. Failures are reported per case, so one blocked case never rolls back the rest of the batch.

Authorizations

x-api-key
string
header
required

Path Parameters

organization_id
string<uuid>
required

Organization UUID.

application_id
string<uuid>
required

Application UUID.

Body

application/json
case_uuids
string<uuid>[]
required
Minimum array length: 1
status
enum<string>
required
Available options:
OPEN,
AWAITING_USER,
RESOLVED
resolution
enum<string>

Required when status is RESOLVED.

Available options:
FALSE_POSITIVE,
VALID_THREAT
note
string | null

Response

200 - application/json

Per-case results.

updated
integer
failures
object[]