Skip to content

Commit

Permalink
fix restApi insertRecords interface param inaccuracy(#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
caozj1011 authored Nov 3, 2023
1 parent c6dc88c commit 5874e43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions src/zh/UserGuide/Master/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions src/zh/UserGuide/V1.2.x/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5874e43

Please sign in to comment.