From 2813b74bcbeaaf0881572e6f4fac46630f2b8fcb Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 15 Nov 2023 09:10:11 +0800 Subject: [PATCH] :art: Add kernel API `/api/filetree/getIDsByHPath` https://github.com/siyuan-note/siyuan/issues/9654 --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 3c426f07d..5269b8ee8 100644 --- a/API.md +++ b/API.md @@ -1361,7 +1361,7 @@ View API token in Settings - About, request header: `Authorization: T } ``` - * `bodyEncoding`:The encoding scheme used by `body`, is consistent with field `responseEncoding` in request, default is `text`, optional values are as follows + * `bodyEncoding`: The encoding scheme used by `body`, is consistent with field `responseEncoding` in request, default is `text`, optional values are as follows * `text` * `base64` | `base64-std`