tasksService
Update checklist for task
Update checklist for task
patch/tasks/v1/checkList/{checkListId}/{checkListItemId}
Request body
Example request
{
"title": "First item",
"deadline": 1654180120
}Response
OK
Example response
{
"title": "First item",
"deadline": 1654180120
}Changes
No recorded changes to this endpoint across all 1 revision of this API.