v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Edit reason
Updates a reason's title or sort order.
patch/crm/v1/reasons/{reasonId}
Request body
Example request
{
"title": "Failed to contact",
"sort": 10
}Response
OK
Example response
{
"id": 11,
"title": "Other",
"sort": 10
}