mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +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
|
||||
type: string
|
||||
enum: [ from, to, containing ]
|
||||
-
|
||||
name: query
|
||||
in: query
|
||||
description: Search parameter
|
||||
required: true
|
||||
type: string
|
||||
-
|
||||
name: start
|
||||
in: query
|
||||
|
@ -183,4 +189,4 @@ paths:
|
|||
format: int64
|
||||
created:
|
||||
type: string
|
||||
format: date-time
|
||||
format: date-time
|
||||
|
|
Loading…
Reference in a new issue