openapi: add sort parameter to listSubmissions

This commit is contained in:
Quaternions 2025-01-13 05:00:51 -08:00
parent 040488d85f
commit 8e223d432e

View File

@ -39,6 +39,11 @@ paths:
schema: schema:
type: integer type: integer
format: int32 format: int32
- name: Sort
in: query
schema:
type: integer
format: int32
responses: responses:
"200": "200":
description: Successful response description: Successful response