docs: updating swaggerVwith rp, operationID, and bucket changed to database

pull/6274/head
meelahme 2025-08-05 13:21:16 -07:00
parent 8d4a02cf2c
commit 3b60c7f253
3 changed files with 15 additions and 15 deletions

View File

@ -66,7 +66,7 @@ paths:
schema:
type: string
required: true
description: Bucket to write to. If none exists, InfluxDB creates a bucket with a default 3-day retention policy.
description: Database to write to. If none exists, InfluxDB creates a database with a default 3-day retention policy.
- in: query
name: rp
schema:
@ -187,7 +187,7 @@ paths:
schema:
type: string
required: true
description: Database to query from.
description: The database to query from.
- in: query
name: pretty
description: |
@ -294,14 +294,6 @@ paths:
description: |
The retention policy to query data from. For more information, see [InfluxQL DBRP naming convention](/influxdb3/cloud-dedicated/admin/databases/create/#influxql-dbrp-naming-convention).
type: string
rp:
description: |
The retention policy to query data from. For more information, see [InfluxQL DBRP naming convention](/influxdb3/cloud-dedicated/admin/databases/create/#influxql-dbrp-naming-convention).
type: string
rp:
description: |
The retention policy to query data from. For more information, see [InfluxQL DBRP naming convention](/influxdb3/cloud-dedicated/admin/databases/create/#influxql-dbrp-naming-convention).
type: string
q:
description: Defines the InfluxQL query to run.
type: string
@ -363,7 +355,7 @@ paths:
schema:
type: string
required: true
description: Bucket to query.
description: Database to query.
- in: query
name: rp
schema:

View File

@ -65,7 +65,7 @@ paths:
schema:
type: string
required: true
description: Bucket to write to. If none exists, InfluxDB creates a bucket with a default 3-day retention policy.
description: Database to write to. If none exists, InfluxDB creates a database with a default 3-day retention policy.
- in: query
name: rp
schema:
@ -137,7 +137,7 @@ paths:
$ref: '#/components/schemas/Error'
/query:
get:
operationId: GetV1ExecuteQuery
operationId: GetQueryV1
tags:
- Query
summary: Query using the InfluxDB v1 HTTP API
@ -289,6 +289,10 @@ paths:
db:
type: string
description: The database to query from.
rp:
description: |
The retention policy to query data from. For more information, see [InfluxQL DBRP naming convention](/influxdb3/cloud-serverless/admin/databases/create/#influxql-dbrp-naming-convention).
type: string
q:
description: Defines the InfluxQL query to run.
type: string

View File

@ -65,7 +65,7 @@ paths:
schema:
type: string
required: true
description: Bucket to write to. If none exists, InfluxDB creates a bucket with a default 3-day retention policy.
description: Database to write to. If none exists, InfluxDB creates a database with a default 3-day retention policy.
- in: query
name: rp
schema:
@ -137,7 +137,7 @@ paths:
$ref: '#/components/schemas/Error'
/query:
get:
operationId: GetV1ExecuteQuery
operationId: GetQueryV1
tags:
- Query
summary: Query using the InfluxDB v1 HTTP API
@ -289,6 +289,10 @@ paths:
db:
type: string
description: Bucket to query.
rp:
description: |
The retention policy to query data from. For more information, see [InfluxQL DBRP naming convention](/influxdb3/cloud-serverless/admin/databases/create/#influxql-dbrp-naming-convention).
type: string
q:
description: Defines the InfluxQL query to run.
type: string