Skip to content

Commit 99f52cb

Browse files
committed
fix(mono): Remove note from query system context--suggests equivalence for querying system information.
1 parent 8012363 commit 99f52cb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

content/shared/influxdb3-query-guides/execute-queries/influxdb3-api.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,8 @@ curl http://{{< influxdb/host >}}/api/v3/query_sql \
4949

5050
### Query system information
5151

52-
Use the HTTP API `/api/v3/query_sql` endpoint to retrieve system information about your database server and table schemas in {{% product-name %}}.
53-
54-
> [!Note]
55-
> {{% product-name %}} uses separate API endpoints for SQL and InfluxQL queries.
56-
> Both endpoints support the same parameters.
57-
>
58-
> For more information about using InfluxQL, see [Query data with InfluxQL](/influxdb3/version/query-data/influxql/).
52+
Use the HTTP API `/api/v3/query_sql` endpoint to retrieve system information
53+
about your database server and table schemas in {{% product-name %}}.
5954

6055
#### Examples
6156

0 commit comments

Comments
 (0)