* openapi: update 'QueryLog'

This commit is contained in:
Simon Zolin
2019-11-14 15:18:43 +03:00
parent 68cd7976b7
commit 33093de6aa
2 changed files with 49 additions and 3 deletions

View File

@@ -1417,10 +1417,16 @@ definitions:
example: "2018-11-26T00:02:41+03:00"
QueryLog:
type: "array"
type: "object"
description: "Query log"
items:
$ref: "#/definitions/QueryLogItem"
properties:
oldest:
type: "string"
example: "2018-11-26T00:02:41+03:00"
data:
type: "array"
items:
$ref: "#/definitions/QueryLogItem"
QueryLogConfig:
type: "object"