Merge branch 'master' into dependabot/npm_and_yarn/form-data-4.0.4

pull/6237/head
Jason Stirnaman 2025-07-25 11:49:49 -05:00 committed by GitHub
commit 3fd4fe0c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -1844,12 +1844,12 @@ components:
QueryRequestObject:
type: object
properties:
database:
db:
description: |
The name of the database to query.
Required if the query (`query_str`) doesn't specify the database.
Required if the query (`q`) doesn't specify the database.
type: string
query_str:
q:
description: The query to execute.
type: string
format:
@ -1868,11 +1868,11 @@ components:
type: object
additionalProperties: true
required:
- database
- query_str
- db
- q
example:
database: mydb
query_str: SELECT * FROM mytable
db: mydb
q: SELECT * FROM mytable
format: json
params: {}
CreateDatabaseRequest:

View File

@ -19,7 +19,6 @@ Configure nodes with specific _modes_ (ingest, query, process, compact) to optim
## Prerequisites
- Shared object store
- Network connectivity between nodes
## Basic multi-node setup
@ -525,4 +524,4 @@ Replace the following placeholders with your values:
prevText="Set up InfluxDB"
next="/influxdb3/enterprise/get-started/write/"
nextText="Write data"
%}}
%}}