Revert "openapi: no security for get submission requests"
This reverts commit 11e801443fc82e38870baee443a786949cea3a2a.
This commit is contained in:
parent
355161c3b1
commit
e66513e88d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user