From eb71221b9fa132c9fe440408a0f1628400fbab70 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 17 Feb 2026 12:21:28 +0800 Subject: [PATCH] :memo: Update API doc https://github.com/siyuan-note/siyuan/pull/16041#issuecomment-3912139575 Signed-off-by: Daniel <845765@qq.com> --- API.md | 2 ++ API_ja_JP.md | 2 ++ API_zh_CN.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/API.md b/API.md index cdc4f4b86..47b7950b2 100644 --- a/API.md +++ b/API.md @@ -1098,6 +1098,8 @@ Move documents by `id`: } ``` +Note: In publish mode, access to this interface will be prohibited unless all document read and write permissions are made public. Please refer to the [discussion](https://github.com/siyuan-note/siyuan/pull/16041#issuecomment-3912139575). + ### Flush transaction * `/api/sqlite/flushTransaction` diff --git a/API_ja_JP.md b/API_ja_JP.md index b94d5d1b0..99acc1382 100644 --- a/API_ja_JP.md +++ b/API_ja_JP.md @@ -1091,6 +1091,8 @@ } ``` +注意:公開モードでは、すべてのドキュメントの読み書き権限を公開していない限り、このAPIへのアクセスは禁止されます。詳しくは[議論](https://github.com/siyuan-note/siyuan/pull/16041#issuecomment-3912139575)を参照してください。 + ### トランザクションをフラッシュ * `/api/sqlite/flushTransaction` diff --git a/API_zh_CN.md b/API_zh_CN.md index 778def232..2f9a3e807 100644 --- a/API_zh_CN.md +++ b/API_zh_CN.md @@ -1090,6 +1090,8 @@ ] } ``` + +注意:发布模式下除非公开所有文档读写权限,否则会禁止访问该接口,请参考[讨论](https://github.com/siyuan-note/siyuan/pull/16041#issuecomment-3912139575)。 ### 提交事务