pipeline
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
}Updates a reason's title or sort order.
{
"title": "Failed to contact",
"sort": 10
}OK
{
"id": 11,
"title": "Other",
"sort": 10
}