mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2025-02-25 12:15:55 +00:00
Merge pull request #83 from kkrauth/patch-1
API spec doesn't define the search query parameter
This commit is contained in:
commit
d3b3238f62
1 changed files with 7 additions and 1 deletions
|
@ -103,6 +103,12 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
enum: [ from, to, containing ]
|
enum: [ from, to, containing ]
|
||||||
|
-
|
||||||
|
name: query
|
||||||
|
in: query
|
||||||
|
description: Search parameter
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
-
|
-
|
||||||
name: start
|
name: start
|
||||||
in: query
|
in: query
|
||||||
|
|
Loading…
Add table
Reference in a new issue