v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBtasksService
Create checklist for task
Create checklist for task. and users who have access to task.
post/tasks/v1/tasks/{taskId}/checkList
Request body
Example request
{
"title": "New checklist"
}Response
OK
Example response
{
"title": "New checklist"
}