Update case fields
https://api.coralogix.com/mgmt/openapi/5/cases/cases/v1/{id}Apply a partial update (patch) to a case.
Requires the following permissions:
case:Update
Authorizations
Request
Path Parameters
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 to update. Accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).
3f166e9f-3c88-4af2-b52e-138f339dab3eBody
Partial set of fields to update on the case
New case resolution reason. Leading and trailing whitespace is trimmed before the length limits are applied.
Possible values: non-empty and <= 500 characters, Value must match regular expression ^[\s\S]*\S[\s\S]*$
False alarmNew case title. Leading and trailing whitespace is trimmed before the length limits are applied.
Possible values: non-empty and <= 512 characters, Value must match regular expression ^[\s\S]*\S[\s\S]*$
Database connection investigationResponse
Response containing the updated case
Updated case