Skip to main content

Override priority for multiple cases

POSThttps://api.coralogix.com/mgmt/openapi/5/cases/priority-override/v1

Override the priority with for multiple cases in a single operation.

Requires the following permissions:

  • case:Update

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Request to override priority for multiple cases

    ids#string[]required

    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).

    Possible values: >= 1, <= 1000

    Example: ["3f166e9f-3c88-4af2-b52e-138f339dab3e","CASE-123"]
    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 updated cases

    Updated cases

    Possible values: <= 1000