Update Logs type in swagger to match the api response

pull/12405/head
Palak Bhojani 2019-03-06 12:47:25 -08:00
parent fe6ce24c80
commit cdce8b1388
1 changed files with 2 additions and 6 deletions

View File

@ -5519,12 +5519,8 @@ components:
$ref: "#/components/schemas/Link"
required: [self]
Logs:
type: object
properties:
events:
readOnly: true
type: array
items:
properties:
$ref: "#/components/schemas/LogEvent"
LogEvent:
type: object