v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
pipeline

Edit reason

Updates a reason's title or sort order.

patch/crm/v1/reasons/{reasonId}

Request body

titlestring
sortinteger

Example request

{
  "title": "Failed to contact",
  "sort": 10
}

Response

OK

idinteger
titlestring
sortinteger

Example response

{
  "id": 11,
  "title": "Other",
  "sort": 10
}