chore(swagger): Add "now" to the query API endpoint.
parent
dab8269841
commit
6516b598c7
|
@ -6351,6 +6351,10 @@ components:
|
||||||
- flux
|
- flux
|
||||||
dialect:
|
dialect:
|
||||||
$ref: "#/components/schemas/Dialect"
|
$ref: "#/components/schemas/Dialect"
|
||||||
|
now:
|
||||||
|
description: Specifies the time that should be reported as "now" in the query. Default is the server's now time.
|
||||||
|
type: string
|
||||||
|
format: date-time
|
||||||
InfluxQLQuery:
|
InfluxQLQuery:
|
||||||
description: Query influx using the InfluxQL language
|
description: Query influx using the InfluxQL language
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in New Issue