PATCH
/
v1
/
{tenantId}
/
cases
/
{id}
curl --request PATCH \
  --url https://api.debbiecollect.com/v1/{tenantId}/cases/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "ENDED",
  "reason": "PAID"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string
required

Id of the tenant the case belongs to

id
string
required

Id the case to be updated

Body

application/json

Update case object

The body is of type object.