From 9bc6033908f70e419cc2b7b4229d1c4e112a6625 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 15 Sep 2022 16:16:01 +0800 Subject: [PATCH] docs: refine rest api part --- docs/en/15-programming/01-connect/09-rest-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/15-programming/01-connect/09-rest-api.md b/docs/en/15-programming/01-connect/09-rest-api.md index 9ae0946ac2..36b847164b 100644 --- a/docs/en/15-programming/01-connect/09-rest-api.md +++ b/docs/en/15-programming/01-connect/09-rest-api.md @@ -40,9 +40,9 @@ $env:TDENGINE_CLOUD_URL="" -## Connect +## Usage -Please copy the code below to your editor and run it. +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`. ```bash curl -L \ -- GitLab