diff --git a/docs/en/07-data-in/05-rest.md b/docs/en/07-data-in/05-rest.md index 0339f70255a4ffc11f32c02e969383d5f06142db..83041a1967a718934f8fa7be7d593a776b43b350 100644 --- a/docs/en/07-data-in/05-rest.md +++ b/docs/en/07-data-in/05-rest.md @@ -12,9 +12,7 @@ import TabItem from '@theme/TabItem'; In this section we will explain how to write into TDengine cloud service using REST API. -## REST API - -### Config +## Config Run this command in your terminal to save the TDengine cloud token and URL as variables: @@ -45,7 +43,7 @@ $env:TDENGINE_CLOUD_URL="" -### Insert +## Insert Following command below show how to insert data into the table `d1001` of the database `test` via the command line utility `curl`.