From 3d41463ac783991c05134e73b0555bb69151a0b5 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 24 Sep 2022 13:02:50 +0800 Subject: [PATCH] docs: adjust item bullet (#17049) * docs: add schemaless writing for cloud * docs: add section description and remove http from url * docs: adjust schemaless and rest api doc * docs: refine rest api and schemaless doc * docs: rename 05-rest-schema.md * docs: adjust item bullet --- docs/en/07-data-in/05-rest.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/07-data-in/05-rest.md b/docs/en/07-data-in/05-rest.md index 0339f70255..83041a1967 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`. -- GitLab