🧑‍💻 Improve kernel API /api/file/readDir for returning file mod time Fix https://github.com/siyuan-note/siyuan/issues/8945

This commit is contained in:
Daniel 2023-08-10 10:57:28 +08:00
parent 6595524640
commit ce8729302a
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017
2 changed files with 2 additions and 2 deletions

2
API.md
View File

@ -1067,7 +1067,7 @@ View API token in <kbd>Settings - About</kbd>, request header: `Authorization: T
"path": "/data/20210808180117-6v0mkxr/20200923234011-ieuun1p"
}
```
* `path`: the file path under the workspace path
* `path`: the dir path under the workspace path
* Return value
```json

View File

@ -1059,7 +1059,7 @@
"path": "/data/20210808180117-6v0mkxr/20200923234011-ieuun1p"
}
```
* `path`:工作空间路径下的文件路径
* `path`:工作空间路径下的文件路径
* 返回值
```json