patch https://{tenant}.rubixx.app/api/v2/cases/
Sample Request:
PATCH /api/v2.0/cases/C1000000076
{
"description" : "New Description"
}
Required Permission(s): Case.ChangeDescription
Sample Request:
PATCH /api/v2.0/cases/C1000000076
{
"description" : "New Description"
}
Required Permission(s): Case.ChangeDescription
Try It!
to start a request and see the response here!