latestOpenAPI 3.1.02026-07-14159142161.9 KB
c3f48fd1c26b
tasksService
Create checklist for task
Create checklist for task
post/tasks/v1/checkList/{checkListId}
Request body
Example request
{
"title": "First item",
"deadline": 1654180120
}Response
OK
Example response
{
"title": "First item",
"deadline": 1654180120
}