v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBtasksService
Update kanban stage by id
Update kanban stage by id
patch/tasks/v1/stages/{stageId}
Path parameters
stageIdstring required
Stage id
Request body
Example request
{
"title": "In progress",
"color": "#ff0000",
"sort": 6
}Response
OK
Example response
{
"title": "To do",
"color": "#ff0000",
"sort": 10
}