Update a case settings team configuration
PATCH
https://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
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: >= 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-9f6ab6a4b321Body
application/json
Request to update an existing case settings team configuration.
Case lifecycle settings to apply
New configuration settings to apply
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 SettingsResponse
application/json
Response containing the updated case settings team configuration.
The updated case settings team configuration