Skip to content

Commit

Permalink
docs: all HTTP APIs (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui authored Nov 29, 2024
1 parent 5d870e6 commit b169731
Show file tree
Hide file tree
Showing 15 changed files with 693 additions and 184 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Follow these instructions to install GreptimeDB:
- [GreptimeDB Standalone](greptimedb-standalone.md) runs as a standalone system in a single process.
- [GreptimeDB Cluster](greptimedb-cluster.md) runs as a distributed, clustered time series database.

## Check database status
## Check database health

After starting GreptimeDB, you can check its status to ensure it is running.

Expand Down
40 changes: 0 additions & 40 deletions docs/reference/sql/http-api.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/reference/sql/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Overview

* [Data Types](./data-types)
* [HTTP API](./http-api)
* [INSERT](./insert.md)
* [CAST](./cast.md)
* [COPY](./copy.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ http://localhost:4000/v1/sql?db=public
{ "code": 0, "output": [{ "affectedrows": 1 }], "execution_time_ms": 10 }
```

For more information about SQL HTTP request, please refer to [API document](/reference/sql/http-api.md).
For more information about SQL HTTP request, please refer to [API document](/user-guide/protocols/http.md#post-sql-statements).

## Time zone

Expand Down
Loading

0 comments on commit b169731

Please sign in to comment.