Skip to content

Commit

Permalink
the new HTTP API document
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Nov 26, 2024
1 parent 84db569 commit d0e30ed
Show file tree
Hide file tree
Showing 7 changed files with 346 additions and 106 deletions.
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 d0e30ed

Please sign in to comment.