mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-28 11:14:46 +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
|
in: query
|
||||||
description: Ordering of the records by insert date
|
description: Ordering of the records by insert date
|
||||||
schema:
|
schema:
|
||||||
type: number
|
$ref: '#/components/schemas/Order'
|
||||||
- name: next
|
- name: next
|
||||||
in: query
|
in: query
|
||||||
description: 'Cursor value for next page, retrieved from nextCursor response value'
|
description: 'Cursor value for next page, retrieved from nextCursor response value'
|
||||||
|
@ -1486,7 +1486,7 @@ paths:
|
||||||
in: query
|
in: query
|
||||||
description: Ordering of the records by insert date
|
description: Ordering of the records by insert date
|
||||||
schema:
|
schema:
|
||||||
type: number
|
$ref: '#/components/schemas/Order'
|
||||||
- name: next
|
- name: next
|
||||||
in: query
|
in: query
|
||||||
description: 'Cursor value for next page, retrieved from nextCursor response value'
|
description: 'Cursor value for next page, retrieved from nextCursor response value'
|
||||||
|
@ -6416,6 +6416,11 @@ components:
|
||||||
- imap
|
- imap
|
||||||
- pop3
|
- pop3
|
||||||
- smtp
|
- smtp
|
||||||
|
Order:
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- asc
|
||||||
|
- desc
|
||||||
|
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
AccessTokenAuth:
|
AccessTokenAuth:
|
||||||
|
|
Loading…
Reference in a new issue