feat: bootstrap dodo phase one
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# API
|
||||
|
||||
Base path: `/api/v1`
|
||||
|
||||
## Setup / Auth
|
||||
- `GET /setup/status`
|
||||
- `POST /setup/initialize`
|
||||
- `POST /auth/login`
|
||||
- `GET /me`
|
||||
|
||||
## Folders
|
||||
- `GET /folders`
|
||||
- `POST /folders`
|
||||
|
||||
## Lists
|
||||
- `GET /lists`
|
||||
- `POST /lists`
|
||||
|
||||
## Tasks
|
||||
- `GET /tasks`
|
||||
- `POST /tasks`
|
||||
- `PATCH /tasks/{task_id}` — 必须携带当前 `version`,冲突返回 409
|
||||
- `DELETE /tasks/{task_id}` — 软删除
|
||||
|
||||
## Health
|
||||
- `GET /health/live`
|
||||
- `GET /health/ready`
|
||||
Reference in New Issue
Block a user