v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBpipeline
Edit kanban stage
Updates a kanban stage. Only provided fields are changed.
patch/crm/v1/entities/{entity}/kanban/stage/{stageId}
Request body
Example request
{
"title": "New Deal",
"color": "#6AD01F",
"sort": 10
}Response
OK
Example response
{
"title": "New Deal",
"color": "#6AD01F",
"stage_code": "new_deal",
"sort": 10
}