From 1f423bbba5114cfc06c45bbb5a0fe5cdcb478179 Mon Sep 17 00:00:00 2001 From: Ryan Dotsikas Date: Tue, 22 Apr 2025 10:21:46 -0400 Subject: [PATCH] Update query params for GET /files endpoint --- xero_files.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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