diff --git a/xero_files.yaml b/xero_files.yaml index ef8d628f6..3763c66db 100644 --- a/xero_files.yaml +++ b/xero_files.yaml @@ -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