Skip to main content
PATCH
Update end reason

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<uuid>
required

Id of the tenant the end reasons belong to

endReasonId
string<uuid>
required

Id of the end reason

Body

application/json
label
string
handle
string
category
enum<string>
Available options:
SUCCESS,
UNRESOLVED,
NOT_POSSIBLE,
ERROR

Response

Successful operation

success
boolean
Example:

true