Diff
18-docs-rest-api.md @ 021f1b4
commit 021f1b4d9d2e7aca7c3da78e4d9e0e77e8d84eac
Author: bid-docs <bid-docs@localhost>
Date: 2026-01-21T11:49:17+08:00
Note token requirement for notes API
diff --git a/docs/18-docs-rest-api.md b/docs/18-docs-rest-api.md
index 8bb80b7..06b5bc8 100644
--- a/docs/18-docs-rest-api.md
+++ b/docs/18-docs-rest-api.md
@@ -71,7 +71,7 @@ POST Body 示例:
}
```
-### 3.6 创意笔记 (Notes)
+### 3.6 创意笔记 (Notes)(需要 Token)
- `GET /api/notes`
- `POST /api/notes`
- `DELETE /api/notes?id=<note_id>`