mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 15:02:42 +08:00
📝 更新列出笔记本 API /api/notebook/lsNotebooks
响应示例 https://github.com/siyuan-note/siyuan/issues/3934
This commit is contained in:
parent
0ff9d0da31
commit
93c90210a3
16
API.md
16
API.md
@ -81,14 +81,18 @@
|
||||
"data": {
|
||||
"notebooks": [
|
||||
{
|
||||
"closed": false,
|
||||
"id": "20210817205410-2kvfpfn",
|
||||
"name": "测试笔记本"
|
||||
"id": "20210817205410-2kvfpfn",
|
||||
"name": "测试笔记本",
|
||||
"icon": "1f41b",
|
||||
"sort": 0,
|
||||
"closed": false
|
||||
},
|
||||
{
|
||||
"closed": true,
|
||||
"id": "20210831090520-7dvbdv0",
|
||||
"name": "测试笔记本2"
|
||||
"id": "20210808180117-czj9bvb",
|
||||
"name": "思源笔记用户指南",
|
||||
"icon": "1f4d4",
|
||||
"sort": 1,
|
||||
"closed": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user