mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
📝 更新创建笔记本 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,
|
"code": 0,
|
||||||
"msg": "",
|
"msg": "",
|
||||||
"data": null
|
"data": {
|
||||||
|
"notebook": {
|
||||||
|
"id": "20220126215949-r1wvoch",
|
||||||
|
"name": "测试笔记本",
|
||||||
|
"icon": "",
|
||||||
|
"sort": 0,
|
||||||
|
"closed": false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue