mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 17:47:07 +08:00
Merge branch 'master' of github.com:nodemailer/wildduck
This commit is contained in:
commit
8a7a46f050
1 changed files with 6 additions and 0 deletions
|
@ -281,17 +281,20 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
example: 507f1f77bcf86cd799439011
|
||||
- name: query
|
||||
in: query
|
||||
description: Prefix of an address or a name
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
example: john
|
||||
- name: limit
|
||||
in: query
|
||||
description: How many records to return
|
||||
schema:
|
||||
type: number
|
||||
example: 25
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
|
@ -5407,12 +5410,15 @@ components:
|
|||
id:
|
||||
type: string
|
||||
description: ID of the Address
|
||||
example: 507f1f77bcf86cd799439011
|
||||
name:
|
||||
type: string
|
||||
description: Name from address header
|
||||
example: John Doe
|
||||
address:
|
||||
type: string
|
||||
description: E-mail address string
|
||||
example: john@example.com
|
||||
GetASPsResult:
|
||||
required:
|
||||
- id
|
||||
|
|
Loading…
Reference in a new issue