This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new b3d4b4640 docs: update pipeline type of batch requests plugin
(#7632)
b3d4b4640 is described below
commit b3d4b464045b9bdfed3170cbd7a343ed5c40b24a
Author: chengxiaolan <[email protected]>
AuthorDate: Tue Aug 9 18:33:51 2022 +0800
docs: update pipeline type of batch requests plugin (#7632)
---
docs/en/latest/plugins/batch-requests.md | 12 ++++++------
docs/zh/latest/plugins/batch-requests.md | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/en/latest/plugins/batch-requests.md
b/docs/en/latest/plugins/batch-requests.md
index e4a9c4f81..cda3e1924 100644
--- a/docs/en/latest/plugins/batch-requests.md
+++ b/docs/en/latest/plugins/batch-requests.md
@@ -87,12 +87,12 @@ This plugin will create an API endpoint in APISIX to handle
batch requests.
### Request
-| Name | Type | Required | Default | Description
|
-| -------- | --------------------------- | -------- | ------- |
----------------------------- |
-| query | object | False | | Query string
for the request. |
-| headers | object | False | | Headers for
all the requests. |
-| timeout | integer | False | 30000 | Timeout in ms.
|
-| pipeline | [HttpRequest](#httprequest) | True | | Details of the
request. |
+| Name | Type | Required | Default |
Description |
+| -------- |------------------------------------| -------- | ------- |
----------------------------- |
+| query | object | False | | Query
string for the request. |
+| headers | object | False | | Headers
for all the requests. |
+| timeout | integer | False | 30000 | Timeout
in ms. |
+| pipeline | array[[HttpRequest](#httprequest)] | True | | Details
of the request. |
#### HttpRequest
diff --git a/docs/zh/latest/plugins/batch-requests.md
b/docs/zh/latest/plugins/batch-requests.md
index 067031227..10f0c83ca 100644
--- a/docs/zh/latest/plugins/batch-requests.md
+++ b/docs/zh/latest/plugins/batch-requests.md
@@ -88,12 +88,12 @@ curl
http://127.0.0.1:9080/apisix/admin/plugin_metadata/batch-requests \
### 请求参数
-| 参数名 | 类型 | 必选项 | 默认值 | 描述
|
-| -------- | --------------------------- | ------ | ------ |
-------------------------------- |
-| query | object | 否 | | 给所有请求都携带的 `query
string`。 |
-| headers | object | 否 | | 给所有请求都携带的
`header`。 |
-| timeout | number | 否 | 30000 | 聚合请求的超时时间,单位为
`ms`。 |
-| pipeline | [HttpRequest](#httprequest) | 是 | | HTTP 请求的详细信息。
|
+| 参数名 | 类型 | 必选项 | 默认值 | 描述
|
+| -------- |------------------------------------| ------ | ------ |
-------------------------------- |
+| query | object | 否 | | 给所有请求都携带的
`query string`。 |
+| headers | object | 否 | | 给所有请求都携带的
`header`。 |
+| timeout | number | 否 | 30000 |
聚合请求的超时时间,单位为 `ms`。 |
+| pipeline | array[[HttpRequest](#httprequest)] | 是 | | HTTP
请求的详细信息。 |
#### HttpRequest