From 8e223d432e6fca017539fc3fb4116e56c2fd48df Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 13 Jan 2025 05:00:51 -0800 Subject: [PATCH] openapi: add sort parameter to listSubmissions --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 0e3ceb8..32526d8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -39,6 +39,11 @@ paths: schema: type: integer format: int32 + - name: Sort + in: query + schema: + type: integer + format: int32 responses: "200": description: Successful response