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 a259d33e89724093adabb41e31a3a7c66ad094a2..135a0916eebfd330f19df32777a8be906fff58a7 100644 --- a/docs/en/10-programming/01-connect/09-rest-api.md +++ b/docs/en/10-programming/01-connect/09-rest-api.md @@ -40,6 +40,13 @@ $env:TDENGINE_CLOUD_URL='' + +:::note +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`.