From e66513e88d412298b029d1c901bd362f792858cd Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Tue, 18 Mar 2025 14:47:05 -0700 Subject: [PATCH] Revert "openapi: no security for get submission requests" This reverts commit 11e801443fc82e38870baee443a786949cea3a2a. --- openapi.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 1576bd2..32526d8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -21,7 +21,6 @@ paths: operationId: listSubmissions tags: - Submissions - security: [] parameters: - $ref: "#/components/parameters/Page" - $ref: "#/components/parameters/Limit" @@ -90,7 +89,6 @@ paths: operationId: getSubmission tags: - Submissions - security: [] parameters: - $ref: '#/components/parameters/SubmissionID' responses: