Skip to content
Snippets Groups Projects
Verified Commit 56679b66 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

feat: GET /v1/replies/ is authorized by clientId (planning#460)

parent d1b9ed6e
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@
*.iml
.idea/
dist/
ci/submission-api.yaml
\ No newline at end of file
......@@ -5,9 +5,7 @@ get:
tags:
- Antwort empfangen
security:
- OAuth2:
- 'send:region:DE<region-id>+send:service:<service-uri>'
- 'send:region:DE<region-id>'
- OAuth2: [ ] # Authorization uses clientId
parameters:
- $ref: '../../parameters/caseIdInQuery.yaml'
- $ref: '../../parameters/pagination/limit.yaml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment