This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 0c05afb12e Fix the wrong deviceId type in the restaip document (#7568)
0c05afb12e is described below
commit 0c05afb12e146883d79d635b997e165c1ea62b3a
Author: CloudWise-Lukemiao
<[email protected]>
AuthorDate: Tue Oct 11 20:24:55 2022 +0800
Fix the wrong deviceId type in the restaip document (#7568)
---
docs/UserGuide/API/RestService.md | 2 +-
docs/zh/UserGuide/API/RestService.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/UserGuide/API/RestService.md
b/docs/UserGuide/API/RestService.md
index af54139b65..e581b7a04a 100644
--- a/docs/UserGuide/API/RestService.md
+++ b/docs/UserGuide/API/RestService.md
@@ -821,7 +821,7 @@ Parameter Description:
| dataTypes | array | yes | The data type |
| values | array | yes | Value columns, the values in each column can be
`null` |
| isAligned | boolean | yes | Whether to align the timeseries |
-| deviceId | boolean | yes | Device name |
+| deviceId | string | yes | Device name |
Example request:
```shell
diff --git a/docs/zh/UserGuide/API/RestService.md
b/docs/zh/UserGuide/API/RestService.md
index 0a7a8d4f51..f4ad4f935d 100644
--- a/docs/zh/UserGuide/API/RestService.md
+++ b/docs/zh/UserGuide/API/RestService.md
@@ -835,7 +835,7 @@ curl -H "Content-Type:application/json" -H
"Authorization:Basic cm9vdDpyb290" -X
| dataTypes | array | 是 | 数据类型 |
| values | array | 是 | 值列,每一列中的值可以为 `null` |
| isAligned | boolean | 是 | 是否是对齐时间序列 |
-| deviceId | boolean | 是 | 设备名称 |
+| deviceId | string | 是 | 设备名称 |
请求示例:
```shell