📝 更新创建笔记本 API /api/notebook/createNotebook 响应值

This commit is contained in:
Liang Ding 2022-01-26 22:01:26 +08:00
parent 93c90210a3
commit fe4a6fb697
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

10
API.md
View file

@ -182,7 +182,15 @@
{
"code": 0,
"msg": "",
"data": null
"data": {
"notebook": {
"id": "20220126215949-r1wvoch",
"name": "测试笔记本",
"icon": "",
"sort": 0,
"closed": false
}
}
}
```