diff --git a/openapi.yaml b/openapi.yaml
index 32526d8..1576bd2 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -21,6 +21,7 @@ paths:
       operationId: listSubmissions
       tags:
         - Submissions
+      security: []
       parameters:
       - $ref: "#/components/parameters/Page"
       - $ref: "#/components/parameters/Limit"
@@ -89,6 +90,7 @@ paths:
       operationId: getSubmission
       tags:
         - Submissions
+      security: []
       parameters:
         - $ref: '#/components/parameters/SubmissionID'
       responses: