Skip to main content
Close multiple cases

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to close multiple cases

ids
string[]
required

IDs of the cases to close. Each entry accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).

Required array length: 1 - 1000 elements

IDs of the cases to close. Each entry accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).

Required string length: 1 - 64
Pattern: ^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|[A-Z]+-[0-9]+)$
Example:

Response

Response containing the updated cases

cases
Case · object[]
required

Updated cases

Maximum array length: 1000