v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
tasksService

Update checklist for task

Update checklist for task

patch/tasks/v1/tasks/{taskId}/checkList/{checkListId}

Request body

titlestring

Example request

{
  "title": "New checklist"
}

Response

OK

titlestring

Example response

{
  "title": "New checklist"
}