Update Logs type in swagger to match the api response
parent
fe6ce24c80
commit
cdce8b1388
|
@ -5519,13 +5519,9 @@ components:
|
|||
$ref: "#/components/schemas/Link"
|
||||
required: [self]
|
||||
Logs:
|
||||
type: object
|
||||
type: array
|
||||
properties:
|
||||
events:
|
||||
readOnly: true
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/LogEvent"
|
||||
$ref: "#/components/schemas/LogEvent"
|
||||
LogEvent:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue