mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 16:24:04 +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
|
||||||
|
@ -183,4 +189,4 @@ paths:
|
||||||
format: int64
|
format: int64
|
||||||
created:
|
created:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
|
|
Loading…
Reference in a new issue