From d0c25bf80ecc5fd6ff3837ca41af1ba2bcd44f93 Mon Sep 17 00:00:00 2001 From: Wen Jiazhi Date: Mon, 27 Nov 2023 11:53:29 +0800 Subject: [PATCH] fix typo --- 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 694c14e6e7a57..04a01b4e95b4c 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** supports both formats for the request body: `[{dataObject1}, {dataObject2}]` and `{items: [{dataObject1}, {dataObject2}]}` form request body. We recommend using the latter format `{items: [{dataObject1}, {dataObject2}]}`. + > The endpoint with **Batch Operation** supports both formats for the request body: `[{dataObject1}, {dataObject2}]` and `{items: [{dataObject1}, {dataObject2}]}`. We recommend using the latter format `{items: [{dataObject1}, {dataObject2}]}`. ### Write SQL statements