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

feat(errors): 401 might be returned by the API-Gateway

parent e3bd23d1
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,19 @@ get:
examples:
example-1:
$ref: '../../examples/destination-list.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