There was an error while loading. Please reload this page.
POST
GET
PATCH
DELETE
驗證清單(cookie)
{ listName: (String) }
{ tasks: [ { id: (Number), text: (String), isDone: (Boolean) }, { ... } ] }
取得所有的 Tasks
{ }
{ message: (String) }
新增一個 task
{ text: (String) }
{ id: (Number), text: (String), isDone: (Boolean) }
更新一個 task
{ isDone: (Boolean) }
刪除一個 task