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

feat: remove errors that should never happen

400: useless for a GET request
401: handled by API-Gateway
parent 5c039b61
No related branches found
No related tags found
No related merge requests found
......@@ -21,25 +21,12 @@ get:
examples:
example-1:
$ref: '../../examples/destination-list.yml'
'400':
description: Bad Request
content:
application/problem+json:
schema:
$ref: '../../schemas/error.yml'
'401':
description: Unauthorized
content:
application/problem+json:
schema:
$ref: '../../schemas/error.yml'
'403':
description: Forbidden
content:
application/problem+json:
schema:
$ref: '../../schemas/error.yml'
post:
operationId: create-destination
summary: Zustellpunkt anlegen
......
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