From 2415cac1d8dc34f8674c076cbac9f0b65755a06a Mon Sep 17 00:00:00 2001 From: Yaqiang Li Date: Sun, 19 Feb 2023 06:50:01 +0800 Subject: [PATCH] fix the compile issue in this doc --- docs/en/10-programming/01-connect/09-rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/10-programming/01-connect/09-rest-api.md b/docs/en/10-programming/01-connect/09-rest-api.md index 135a0916ee..6eedf8fc7d 100644 --- a/docs/en/10-programming/01-connect/09-rest-api.md +++ b/docs/en/10-programming/01-connect/09-rest-api.md @@ -46,7 +46,7 @@ Replace and with cloud token and URL. To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" on the left menu, then select "REST API". ::: - + ## Usage The TDengine REST API is based on standard HTTP protocol and provides an easy way to access TDengine. As an example, the code below is to construct an HTTP request with the URL, the token and an SQL command and run it with the command line utility `curl`. -- GitLab