📝 Add kernel API doc /api/sqlite/flushTransaction

This commit is contained in:
Daniel 2024-11-18 15:09:07 +08:00
parent 4e9ff1cb11
commit a3e3809e07
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 30 additions and 0 deletions

View file

@ -40,6 +40,7 @@
* [获取块属性](#获取块属性)
* [SQL](#SQL)
* [执行 SQL 查询](#执行-SQL-查询)
* [提交事务](#提交事务)
* [模板](#模板)
* [渲染模板](#渲染模板)
* [渲染 Sprig](#渲染-Sprig)
@ -1040,6 +1041,20 @@
]
}
```
### 提交事务
* `/api/sqlite/flushTransaction`
* 不带参
* 返回值
```json
{
"code": 0,
"msg": "",
"data": null
}
```
## 模板