Opt-Out of Security For Get Requests #35

Merged
Quaternions merged 2 commits from security into staging 2025-03-27 03:19:14 +00:00
Showing only changes of commit 032f0e8739 - Show all commits

@ -61,6 +61,7 @@ paths:
operationId: sessionValidate
tags:
- Session
security: []
responses:
"200":
description: Successful response
@ -80,6 +81,7 @@ paths:
operationId: listSubmissions
tags:
- Submissions
security: []
parameters:
- $ref: "#/components/parameters/Page"
- $ref: "#/components/parameters/Limit"
@ -148,6 +150,7 @@ paths:
operationId: getSubmission
tags:
- Submissions
security: []
parameters:
- $ref: '#/components/parameters/SubmissionID'
responses:
@ -376,6 +379,7 @@ paths:
operationId: listScriptPolicy
tags:
- ScriptPolicy
security: []
parameters:
- $ref: "#/components/parameters/Page"
- $ref: "#/components/parameters/Limit"
@ -440,6 +444,7 @@ paths:
operationId: getScriptPolicy
tags:
- ScriptPolicy
security: []
parameters:
- $ref: '#/components/parameters/ScriptPolicyID'
responses:
@ -499,6 +504,7 @@ paths:
operationId: listScripts
tags:
- Script
security: []
parameters:
- $ref: "#/components/parameters/Page"
- $ref: "#/components/parameters/Limit"
@ -568,6 +574,7 @@ paths:
operationId: getScript
tags:
- Scripts
security: []
parameters:
- $ref: '#/components/parameters/ScriptID'
responses: