mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 18:58:54 +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
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
example: 507f1f77bcf86cd799439011
|
||||||
- name: query
|
- name: query
|
||||||
in: query
|
in: query
|
||||||
description: Prefix of an address or a name
|
description: Prefix of an address or a name
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
example: john
|
||||||
- name: limit
|
- name: limit
|
||||||
in: query
|
in: query
|
||||||
description: How many records to return
|
description: How many records to return
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
|
example: 25
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success
|
description: Success
|
||||||
|
@ -5407,12 +5410,15 @@ components:
|
||||||
id:
|
id:
|
||||||
type: string
|
type: string
|
||||||
description: ID of the Address
|
description: ID of the Address
|
||||||
|
example: 507f1f77bcf86cd799439011
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
description: Name from address header
|
description: Name from address header
|
||||||
|
example: John Doe
|
||||||
address:
|
address:
|
||||||
type: string
|
type: string
|
||||||
description: E-mail address string
|
description: E-mail address string
|
||||||
|
example: john@example.com
|
||||||
GetASPsResult:
|
GetASPsResult:
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
|
|
Loading…
Reference in a new issue