Skip to content

Commit e57da44

Browse files
authored
Update query params for GET /files endpoint (#719)
Update query params for GET /files endpoint (#719)
1 parent a233375 commit e57da44

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

xero_files.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,16 @@ paths:
4949
- Name
5050
- Size
5151
- CreatedDateUTC
52-
example: "CreatedDateUTC DESC"
52+
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"
5362
responses:
5463
'200':
5564
description: search results matching criteria

0 commit comments

Comments
 (0)