v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
pipeline

Edit funnel

Updates funnel properties. Only provided fields are changed.

patch/crm/v1/entities/{entity}/funnel/{funnelId}

Request body

titlestring
activeboolean
defaultboolean

Example request

{
  "title": "Sales funnel",
  "active": true
}

Response

OK

titlestring
funnel_codestring
activeboolean
defaultboolean

Example response

{
  "title": "Sales funnel",
  "funnel_code": "sales_funnel",
  "active": true
}