mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 18:58:54 +08:00
Order is not a number
This commit is contained in:
parent
078ff82d9b
commit
3bbfe1ddef
1 changed files with 7 additions and 2 deletions
|
@ -446,7 +446,7 @@ paths:
|
|||
in: query
|
||||
description: Ordering of the records by insert date
|
||||
schema:
|
||||
type: number
|
||||
$ref: '#/components/schemas/Order'
|
||||
- name: next
|
||||
in: query
|
||||
description: 'Cursor value for next page, retrieved from nextCursor response value'
|
||||
|
@ -1486,7 +1486,7 @@ paths:
|
|||
in: query
|
||||
description: Ordering of the records by insert date
|
||||
schema:
|
||||
type: number
|
||||
$ref: '#/components/schemas/Order'
|
||||
- name: next
|
||||
in: query
|
||||
description: 'Cursor value for next page, retrieved from nextCursor response value'
|
||||
|
@ -6416,6 +6416,11 @@ components:
|
|||
- imap
|
||||
- pop3
|
||||
- smtp
|
||||
Order:
|
||||
type: string
|
||||
enum:
|
||||
- asc
|
||||
- desc
|
||||
|
||||
securitySchemes:
|
||||
AccessTokenAuth:
|
||||
|
|
Loading…
Reference in a new issue