mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
📝 更新列出笔记本 API /api/notebook/lsNotebooks 响应示例 https://github.com/siyuan-note/siyuan/issues/3934
This commit is contained in:
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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user