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
}