This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 5874e43 fix restApi insertRecords interface param inaccuracy(#119)
5874e43 is described below
commit 5874e432717ea8afe61c5c6f51cad471a36fb6dd
Author: Zhijia Cao <[email protected]>
AuthorDate: Fri Nov 3 17:36:42 2023 +0800
fix restApi insertRecords interface param inaccuracy(#119)
---
src/zh/UserGuide/Master/API/RestServiceV2.md | 14 +++++++-------
src/zh/UserGuide/V1.2.x/API/RestServiceV2.md | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/zh/UserGuide/Master/API/RestServiceV2.md
b/src/zh/UserGuide/Master/API/RestServiceV2.md
index c52191a..062821c 100644
--- a/src/zh/UserGuide/Master/API/RestServiceV2.md
+++ b/src/zh/UserGuide/Master/API/RestServiceV2.md
@@ -867,13 +867,13 @@ curl -H "Content-Type:application/json" -H
"Authorization:Basic cm9vdDpyb290" -X
参数说明:
-| 参数名称 |参数类型 |是否必填|参数描述|
-|----------------| ------------ | ------------ |------------ |
-| timestamps | array | 是 | 时间列 |
-| measurements | array | 是 | 测点名称 |
-| data_types_list | array | 是 | 数据类型 |
-| values_list | array | 是 | 值列,每一列中的值可以为 `null` |
-| devices | string | 是 | 设备名称 |
+| 参数名称 |参数类型 |是否必填|参数描述|
+|-------------------| ------------ | ------------ |------------ |
+| timestamps | array | 是 | 时间列 |
+| measurements_list | array | 是 | 测点名称 |
+| data_types_list | array | 是 | 数据类型 |
+| values_list | array | 是 | 值列,每一列中的值可以为 `null` |
+| devices | string | 是 | 设备名称 |
请求示例:
```shell
diff --git a/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md
b/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md
index c52191a..062821c 100644
--- a/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md
+++ b/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md
@@ -867,13 +867,13 @@ curl -H "Content-Type:application/json" -H
"Authorization:Basic cm9vdDpyb290" -X
参数说明:
-| 参数名称 |参数类型 |是否必填|参数描述|
-|----------------| ------------ | ------------ |------------ |
-| timestamps | array | 是 | 时间列 |
-| measurements | array | 是 | 测点名称 |
-| data_types_list | array | 是 | 数据类型 |
-| values_list | array | 是 | 值列,每一列中的值可以为 `null` |
-| devices | string | 是 | 设备名称 |
+| 参数名称 |参数类型 |是否必填|参数描述|
+|-------------------| ------------ | ------------ |------------ |
+| timestamps | array | 是 | 时间列 |
+| measurements_list | array | 是 | 测点名称 |
+| data_types_list | array | 是 | 数据类型 |
+| values_list | array | 是 | 值列,每一列中的值可以为 `null` |
+| devices | string | 是 | 设备名称 |
请求示例:
```shell