openapi: no security for get submission requests
This commit is contained in:
parent
8338a71470
commit
11e801443f
@ -21,6 +21,7 @@ paths:
|
|||||||
operationId: listSubmissions
|
operationId: listSubmissions
|
||||||
tags:
|
tags:
|
||||||
- Submissions
|
- Submissions
|
||||||
|
security: []
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: "#/components/parameters/Page"
|
- $ref: "#/components/parameters/Page"
|
||||||
- $ref: "#/components/parameters/Limit"
|
- $ref: "#/components/parameters/Limit"
|
||||||
@ -89,6 +90,7 @@ paths:
|
|||||||
operationId: getSubmission
|
operationId: getSubmission
|
||||||
tags:
|
tags:
|
||||||
- Submissions
|
- Submissions
|
||||||
|
security: []
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/SubmissionID'
|
- $ref: '#/components/parameters/SubmissionID'
|
||||||
responses:
|
responses:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user