Override priority for multiple cases
Cases Service
Override priority for multiple cases
Override the priority with for multiple cases in a single operation.
Requires the following permissions:
case:Update
Override priority for multiple cases
Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Body
application/json
Request to override priority for multiple cases
IDs of the cases to override priority 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 elementsIDs of the cases to override priority 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 - 64Pattern:
^([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:
[
"3f166e9f-3c88-4af2-b52e-138f339dab3e",
"CASE-123"
]Case priority.
Available options:
CASE_PRIORITY_UNSPECIFIED, CASE_PRIORITY_P1, CASE_PRIORITY_P2, CASE_PRIORITY_P3, CASE_PRIORITY_P4, CASE_PRIORITY_P5 Response
Response containing the updated cases
Updated cases
Maximum array length:
1000