From f167af3ee81908dff3c3c582b912fe43eda32949 Mon Sep 17 00:00:00 2001 From: clark1013 Date: Mon, 27 Nov 2023 15:23:51 +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 8cc59e7ddfeee..16ecc5f0ad83a 100644 --- a/tidb-cloud/data-service-manage-endpoint.md +++ b/tidb-cloud/data-service-manage-endpoint.md @@ -117,7 +117,7 @@ On the right pane of the endpoint details page, you can click the **Properties** > - The `page_size` must be less than or equal to the **Max Rows** property. Otherwise, an error is returned. - **Cache Response**: this property is available only when the request method is `GET`. When **Cache Response** is enabled, TiDB Cloud Data Service can cache the response returned by your `GET` requests within a specified time-to-live (TTL) period. -- **Time-to-live (s)**: this property is available only when **Cache Response** is enabled. You can use it to specify the time-to-live (TTL) period in seconds for cached response. During the TTL period, if you make the same `GET` requests again, Data Service returns the cached response directly instead of fetching data from the target database again, which improves your query performance. +- **Time-to-live(s)**: this property is available only when **Cache Response** is enabled. You can use it to specify the time-to-live (TTL) period in seconds for cached response. During the TTL period, if you make the same `GET` requests again, Data Service returns the cached response directly instead of fetching data from the target database again, which improves your query performance. - **Batch Operation**: this property is visible only when the request method is `POST` or `PUT`. When **Batch Operation** is enabled, you can operate on multiple rows in a single request. For example, you can insert multiple rows of data in a single `POST` request by putting an array of data objects to the `items` field of an object in the `--data-raw` option of your curl command when calling the endpoint. > **Note:**