📝 更新创建笔记本 API /api/notebook/createNotebook
响应值
This commit is contained in:
parent
93c90210a3
commit
fe4a6fb697
1 changed files with 9 additions and 1 deletions
10
API.md
10
API.md
|
@ -182,7 +182,15 @@
|
|||
{
|
||||
"code": 0,
|
||||
"msg": "",
|
||||
"data": null
|
||||
"data": {
|
||||
"notebook": {
|
||||
"id": "20220126215949-r1wvoch",
|
||||
"name": "测试笔记本",
|
||||
"icon": "",
|
||||
"sort": 0,
|
||||
"closed": false
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue