mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-11-10 00:11: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: {}
|
encoding: {}
|
||||||
schema:
|
schema:
|
||||||
required:
|
required:
|
||||||
- body
|
- content
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
body:
|
content:
|
||||||
type: string
|
type: string
|
||||||
format: binary
|
format: binary
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue