Skip to content
Snippets Groups Projects
Commit d316f4cc authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Merge branch 'adjust-status-codes' into 'main'

Update status codes

Closes #98

See merge request fit-connect/api!108
parents 009c26e9 fc6d2242
No related branches found
No related tags found
1 merge request!108Update status codes
......@@ -70,8 +70,8 @@ put:
Beispiel:
$ref: '../../examples/encrypted-message.yaml'
responses:
'201':
description: Anlage erfolgreich hinzugefügt
'204':
description: Anlage erfolgreich hinzugefügt/überschrieben
content:
application/json:
schema:
......
......@@ -171,7 +171,7 @@ delete:
- OAuth2:
- 'manage:destination:<id>'
responses:
'200':
'204':
description: Zustellpunkt erfolgreich gelöscht.
content:
application/json:
......
......@@ -74,8 +74,8 @@ post:
Beispiel:
$ref: '../../../examples/security-event-token.yaml'
responses:
'202':
description: OK
'204':
description: SET angenommen
content:
application/json:
schema:
......
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