v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Edit funnel
Updates funnel properties. Only provided fields are changed.
patch/crm/v1/entities/{entity}/funnel/{funnelId}
Request body
Example request
{
"title": "Sales funnel",
"active": true
}Response
OK
Example response
{
"title": "Sales funnel",
"funnel_code": "sales_funnel",
"active": true
}