mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🧑💻 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:
parent
6595524640
commit
ce8729302a
2 changed files with 2 additions and 2 deletions
2
API.md
2
API.md
|
|
@ -1067,7 +1067,7 @@ View API token in <kbd>Settings - About</kbd>, request header: `Authorization: T
|
||||||
"path": "/data/20210808180117-6v0mkxr/20200923234011-ieuun1p"
|
"path": "/data/20210808180117-6v0mkxr/20200923234011-ieuun1p"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
* `path`: the file path under the workspace path
|
* `path`: the dir path under the workspace path
|
||||||
* Return value
|
* Return value
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
|
||||||
|
|
@ -1059,7 +1059,7 @@
|
||||||
"path": "/data/20210808180117-6v0mkxr/20200923234011-ieuun1p"
|
"path": "/data/20210808180117-6v0mkxr/20200923234011-ieuun1p"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
* `path`:工作空间路径下的文件路径
|
* `path`:工作空间路径下的文件夹路径
|
||||||
* 返回值
|
* 返回值
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue