chore(swagger): Add "now" to the query API endpoint.

pull/17670/head
Brett Buddin 2020-04-08 13:01:50 -04:00
parent dab8269841
commit 6516b598c7
No known key found for this signature in database
GPG Key ID: C51265E441C4C5AC
1 changed files with 4 additions and 0 deletions

View File

@ -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