todo_api

备忘录api


删除一条事项

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:5000/todo/api/v1.0/tasks/1</code> </li> </ul> <h5>请求方式</h5> <ul> <li>delete</li> </ul> <h5>成功返回示例</h5> <pre><code>{ "message": "No Content", "notes": { "body": "一下重要业务.", "deadline": "Tue, 18 Jan 2022 07:30:32 -0000", "id": 20, "start_time": "Wed, 05 Jan 2022 05:55:14 -0000", "state": false, "title": "准备这样或者生产那些本站." }, "status": 200 } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "message": "Not Found", "status": 404 } </code></pre>

页面列表

ITEM_HTML