Update Caseput https://example.com/cases/{id}Update case information. For example, the case name, priority, and due date.Path ParamsidstringrequiredUnique identifier for the case, either as an RFC 4122 formatted string, or as a number.Body ParamsexternalIdstringlength ≤ 250Externally defined identifier for the case.namestringlength between 1 and 250Name of the case.priorityintegerenumPriority of the case.112345Allowed:12345dueDatedate-time | nullWhen the case is due, as an RFC 3339 formatted string.summarystringlength ≤ 10000Note summarizing the case.resolutionstring | nullDescription of how the case was resolved.entityIdintegerEntity to assign to the case.Response 200Returns the updated case.Updated 6 months ago