Skip to main content
Remove priority override from multiple cases

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

ids
string[]

IDs of the cases to clear priority override for. 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 clear priority override for. 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