API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Edit the case of the given reference (only the edit of the description is available as of allow)

Sample Request:

PATCH /api/v2.0/cases/C1000000076  

{
    "description" : "New Description" 
}

Required Permission(s): Case.ChangeDescription

Log in to see full request history
Path Params
string
required

The Case Reference

Body Params
string | null

The new description of the case

Responses
204

On Success without content

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