We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a233375 commit e57da44Copy full SHA for e57da44
1 file changed
xero_files.yaml
@@ -49,7 +49,16 @@ paths:
49
- Name
50
- Size
51
- CreatedDateUTC
52
- example: "CreatedDateUTC DESC"
+ example: "CreatedDateUTC"
53
+ - in: query
54
+ name: direction
55
+ description: sort direction
56
+ schema:
57
+ type: string
58
+ enum:
59
+ - ASC
60
+ - DESC
61
+ example: "ASC"
62
responses:
63
'200':
64
description: search results matching criteria
0 commit comments