🧑‍💻 Improve kernel API /api/filetree/getPathByID https://github.com/siyuan-note/siyuan/issues/14275

This commit is contained in:
Daniel 2025-03-04 20:22:48 +08:00
parent 2d2420794c
commit f8e6f02df8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 17 additions and 7 deletions

7
API.md
View file

@ -544,7 +544,7 @@ Move documents by `id`:
```json
{
"id": "20210917220056-yxtyl7i"
"id": "20210808180320-fqgskfj"
}
```
@ -555,7 +555,10 @@ Move documents by `id`:
{
"code": 0,
"msg": "",
"data": "/20210828150719-r8edxl2/20210917220056-yxtyl7i.sy"
"data": {
"notebook": "20210808180117-czj9bvb",
"path": "/20200812220555-lj3enxa/20210808180320-fqgskfj.sy"
}
}
```