From 6516b598c70c36dd4d35f6e6146e8c6e7ecd267e Mon Sep 17 00:00:00 2001 From: Brett Buddin Date: Wed, 8 Apr 2020 13:01:50 -0400 Subject: [PATCH] chore(swagger): Add "now" to the query API endpoint. --- http/swagger.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/http/swagger.yml b/http/swagger.yml index b88f29f02d..7ca7534f62 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -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