chore(swagger): Add "now" to the query API endpoint.
parent
dab8269841
commit
6516b598c7
|
@ -6351,6 +6351,10 @@ components:
|
|||
- flux
|
||||
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:
|
||||
description: Query influx using the InfluxQL language
|
||||
type: object
|
||||
|
|
Loading…
Reference in New Issue