* openapi: update 'QueryLog'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user