Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion xero_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ paths:
- Name
- Size
- CreatedDateUTC
example: "CreatedDateUTC DESC"
example: "CreatedDateUTC"
- in: query
name: direction
description: sort direction
schema:
type: string
enum:
- ASC
- DESC
example: "ASC"
responses:
'200':
description: search results matching criteria
Expand Down