docs(REST): improve REST API document

This commit is contained in:
t_max 2022-08-15 15:43:15 +08:00
parent a733479735
commit 7d24d9e6ad
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ curl -L -u username:password -d "<SQL>" <ip>:<PORT>/rest/sql/[db_name]
- rows`int`)数据返回行数。
- data`[][]any`)具体数据内容(时间格式仅支持 RFC3339结果集为 0 时区)。
列类型使用如下字符串:
列类型使用如下字符串
- "NULL"
- "BOOL"