curl --request PATCH \
--url https://api.coralogix.com/mgmt/openapi/3/cases/cases/team-configs/v1/configs/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "SRE Team Config",
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
}
}
'{
"teamConfig": {
"createTime": "2025-09-22T10:30:00.000Z",
"id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
"name": "Default Team Config",
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
},
"updateTime": "2023-11-07T05:31:56Z"
}
}Update the display name and/or settings of an existing team configuration.
Requires the following permissions:
case-config:Updatecurl --request PATCH \
--url https://api.coralogix.com/mgmt/openapi/3/cases/cases/team-configs/v1/configs/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "SRE Team Config",
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
}
}
'{
"teamConfig": {
"createTime": "2025-09-22T10:30:00.000Z",
"id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
"name": "Default Team Config",
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
},
"updateTime": "2023-11-07T05:31:56Z"
}
}API key authentication
ID of the team configuration to update
"8c0c02a3-3c1c-4d56-9a2d-9f6ab6a4b321"
Team-level configuration entity for case management.
Show child attributes
Was this page helpful?