Light Mode
Check a task inside a checklist
POST
/checklists/{checklist_id}/tasks/{task_id}/checkMark a specific task inside a checklist as completed.
Request
Path Params
checklist_id
string
required
The ID of the checklist.
task_id
string
required
The ID of the task to check.
Request samples
Responses
OK(200)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Task checked successfully
Data Schema
object {0}
Example
{}
Last modified: 5 days ago