Skip to main content

Update a case settings team configuration

PATCHhttps://api.coralogix.com/mgmt/openapi/5/cases/cases/case-settings/v1/configs/{id}

Update the display name and/or settings of an existing case settings team configuration.

Requires the following permissions:

  • case-config:Update

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    id# stringrequired

    Possible values: >= 36 characters and <= 36 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}$

    ID of the case settings team configuration to update

    Example: 8c0c02a3-3c1c-4d56-9a2d-9f6ab6a4b321

Body

application/json

Request to update an existing case settings team configuration.

    Team-level configuration options for the lifecycle of case, such as suppression and snooze periods.

    Team-level indicator configuration options for case management, including case lifecycle and event filtering conditions.

    name#string

    New display name for the case settings team configuration

    Possible values: non-empty and <= 4096 characters, Value must match regular expression ^[\s\S]*$

    Example: SRE Case Settings

Response

application/json

Response containing the updated case settings team configuration.

    Team-level configuration entity for case management.