From f737c8b66372f66eb796c7f38be7eccb718fc8aa Mon Sep 17 00:00:00 2001 From: clark1013 Date: Mon, 27 Nov 2023 15:24:04 +0800 Subject: [PATCH] Update tidb-cloud/data-service-manage-endpoint.md Co-authored-by: Aolin --- tidb-cloud/data-service-manage-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/data-service-manage-endpoint.md b/tidb-cloud/data-service-manage-endpoint.md index 16ecc5f0ad83a..27eff96b8aeb9 100644 --- a/tidb-cloud/data-service-manage-endpoint.md +++ b/tidb-cloud/data-service-manage-endpoint.md @@ -122,7 +122,7 @@ On the right pane of the endpoint details page, you can click the **Properties** > **Note:** > - > The endpoint with **Batch Operation** enabled supports both array and object formats for the request body: `[{dataObject1}, {dataObject2}]` and `{items: [{dataObject1}, {dataObject2}]}`. For better compatibility with other systems, it is recommended that you use the object format `{items: [{dataObject1}, {dataObject2}]}`. + > The endpoint with **Batch Operation** enabled supports both array and object formats for the request body: `[{dataObject1}, {dataObject2}]` and `{items: [{dataObject1}, {dataObject2}]}`. For better compatibility with other systems, it is recommended that you use the object format `{items: [{dataObject1}, {dataObject2}]}`. ### Write SQL statements