Skip to content

Commit

Permalink
fix(api-docs): Fix openapi.yaml so it passes schema validation (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lau authored Jan 2, 2024
1 parent a15878c commit 4a4fb2f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,9 @@ paths:
content:
application/octet-stream:
schema:
type: binary
type: string
description: Success
format: binary

/data/import:
post:
Expand All @@ -1319,7 +1321,9 @@ paths:
content:
application/octet-stream:
schema:
type: binary
type: string
description: Success
format: binary
required: true
responses:
'200':
Expand Down Expand Up @@ -2105,7 +2109,6 @@ paths:
description: 'Partial match for the From: header line'
type: string
to:
in: query
description: 'Partial match for the To: and Cc: header lines'
type: string
subject:
Expand Down

0 comments on commit 4a4fb2f

Please sign in to comment.