mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d49d506dac
3 changed files with 6 additions and 0 deletions
2
API.md
2
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`
|
||||
|
|
|
|||
|
|
@ -1091,6 +1091,8 @@
|
|||
}
|
||||
```
|
||||
|
||||
注意:公開モードでは、すべてのドキュメントの読み書き権限を公開していない限り、このAPIへのアクセスは禁止されます。詳しくは[議論](https://github.com/siyuan-note/siyuan/pull/16041#issuecomment-3912139575)を参照してください。
|
||||
|
||||
### トランザクションをフラッシュ
|
||||
|
||||
* `/api/sqlite/flushTransaction`
|
||||
|
|
|
|||
|
|
@ -1090,6 +1090,8 @@
|
|||
]
|
||||
}
|
||||
```
|
||||
|
||||
注意:发布模式下除非公开所有文档读写权限,否则会禁止访问该接口,请参考[讨论](https://github.com/siyuan-note/siyuan/pull/16041#issuecomment-3912139575)。
|
||||
|
||||
### 提交事务
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue