mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 16:24:04 +00:00
add fix from @kkrauth to swagger json
This commit is contained in:
parent
d3b3238f62
commit
52a0a37da0
1 changed files with 8 additions and 1 deletions
|
@ -140,6 +140,13 @@
|
||||||
"containing"
|
"containing"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "query",
|
||||||
|
"in": "query",
|
||||||
|
"description": "Search parameter",
|
||||||
|
"required": true,
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "start",
|
"name": "start",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
|
|
Loading…
Reference in a new issue