Set priority override
PUT
https://api.coralogix.com/mgmt/openapi/5/cases/priority-override/v1/{id}Override a case's computed priority with a specific value.
Requires the following permissions:
case:Update
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
id# stringrequired
Possible values: non-empty and <= 64 characters, Value must match regular expression ^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|[A-Z]+-[0-9]+)$
ID of the case. Accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).
Example:
3f166e9f-3c88-4af2-b52e-138f339dab3eBody
application/json
Request to override a case's computed priority with a specific value.
priority#CasePriorityrequired
Case priority.
Possible values: [CASE_PRIORITY_UNSPECIFIED, CASE_PRIORITY_P1, CASE_PRIORITY_P2, CASE_PRIORITY_P3, CASE_PRIORITY_P4, CASE_PRIORITY_P5]
Response
application/json
Response containing the case with its updated priority override.
Represents a case within the Cases service.