We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c93eb commit 273914aCopy full SHA for 273914a
xero_files.yaml
@@ -45,11 +45,20 @@ paths:
45
description: values to sort by
46
schema:
47
type: string
48
- enum:
49
- - Name
50
- - Size
51
- - CreatedDateUTC
52
- example: "CreatedDateUTC DESC"
+ enum:
+ - Name
+ - Size
+ - CreatedDateUTC
+ example: CreatedDateUTC
53
+ - in: query
54
+ name: direction
55
+ description: sort direction
56
+ schema:
57
+ type: string
58
59
+ - ASC
60
+ - DESC
61
+ example: ASC
62
responses:
63
'200':
64
description: search results matching criteria
0 commit comments