Merge branch 'master' of github.com:nodemailer/wildduck

This commit is contained in:
Andris Reinman 2020-11-26 18:02:54 +02:00
commit 8a7a46f050

View file

@ -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