story/PMT-27-mitarbeiter-aus-einem-projekt #17

Merged
SZUT-Ole merged 7 commits from story/PMT-27-mitarbeiter-aus-einem-projekt into trunk 2024-10-23 10:48:09 +00:00
Showing only changes of commit 60ee2e9bb2 - Show all commits

View file

@ -234,15 +234,10 @@ paths:
401: 401:
$ref: "#/components/responses/Unauthorized" $ref: "#/components/responses/Unauthorized"
404: 404:
description: "Employee not found" $ref: "#/components/responses/NotFound"
SZUT-Dominik marked this conversation as resolved Outdated

$ref

$ref
content:
text/plain:
schema:
type: string
409: 409:
$ref: "#/components/responses/Conflict" $ref: "#/components/responses/Conflict"
500: 500:
$ref: "#/components/responses/InternalError" $ref: "#/components/responses/InternalError"
503: 503:
$ref: "#/components/responses/ServiceUnavailable" $ref: "#/components/responses/ServiceUnavailable"