思源笔记社区正在搭建中,现邀您共建SiYuan Community is under construction. Join us to co-build.
Authorization: Bearer ********************
{ "notebook": "your_notebook_id", "app": "your_app_id", "callback": "some_callback" }
curl --location --request POST 'http://127.0.0.1:6806/api/filetree/createDailyNote' \ --header 'Content-Type: application/json' \ --data-raw '{ "notebook": "your_notebook_id", "app": "your_app_id", "callback": "some_callback" }'
{ "code": 0, "msg": "", "data": { "id": "新创建的文档 ID" } }