Skip to content

Commit f2a3e86

Browse files
Fix OpenAPI spec for LogReadResponse (#867)
The `items` key wasn't aligned properly: it's not a property of the `LogReadResponse` object. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
1 parent ad02ec7 commit f2a3e86

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

client/responses/responses.gen.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/responses/responses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ components:
266266
type: string
267267
warnings:
268268
type: array
269-
items:
270-
type: string
269+
items:
270+
type: string
271271
status:
272272
type: string
273273
example: "success"

0 commit comments

Comments
 (0)