v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
tasksService

Create checklist for task

Create checklist for task. and users who have access to task.

post/tasks/v1/tasks/{taskId}/checkList

Request body

titlestring

Example request

{
  "title": "New checklist"
}

Response

OK

idstring

checklist id

titlestring

Example response

{
  "title": "New checklist"
}