Update Case

Partially updates a case, including its name, stage, case fields, assignee, and Human-in-the-Loop (HIL) approvals.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the case type this case belongs to. You can obtain this value from the List Agents endpoint.

string
required

The unique identifier of the case to update. You can obtain this value from the List Cases endpoint.

Body Params
string

The ID of the stage to move the case to. You can obtain stage IDs from the Get Case Type Details endpoint

string

The user ID of the new assignee for this case.

approval
object

An object specifying the HIL approval action (approve or reject) for a pending review item.

boolean
Defaults to false

When set to true, the workflow associated to the casetype is executed after all update operations have completed. Defaults to false.

string

The new name for the case. Replaces the existing case name.

Headers
string
required

API key used for authentication. You can find your API key in your account settings.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json