mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-09 16:01:06 +08:00
Merge pull request #346 from her-finn/patch-1
Fixed wrong parameter at Storage endpoint
This commit is contained in:
commit
2f1ccd836b
1 changed files with 2 additions and 2 deletions
|
|
@ -1993,10 +1993,10 @@ paths:
|
|||
encoding: {}
|
||||
schema:
|
||||
required:
|
||||
- body
|
||||
- content
|
||||
type: object
|
||||
properties:
|
||||
body:
|
||||
content:
|
||||
type: string
|
||||
format: binary
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue