Tasks API
Endpoints for managing task lists.
Get Task List
GET /tasks
Response: 200 OK with the list of tasks.
Update Task List Status
Updates the status of a task list.
POST /task-list/{id}/status
Request Body:
{
"status": "Completed"
}
Status Values:
OpenCompleted
Response: 200 OK