PMT-27-fixed 404 ref
All checks were successful
Quality Check / Validate OAS (push) Successful in 51s
Quality Check / Validate OAS (pull_request) Successful in 1m3s
Quality Check / Linting (push) Successful in 2m3s
Quality Check / Linting (pull_request) Successful in 2m11s
Quality Check / Testing (push) Successful in 2m22s
Quality Check / Static Analysis (push) Successful in 2m25s
Quality Check / Testing (pull_request) Successful in 2m17s
Quality Check / Static Analysis (pull_request) Successful in 2m20s

This commit is contained in:
Ole Kück 2024-10-23 11:27:37 +02:00
parent ccaf234d28
commit 60ee2e9bb2
Signed by: SZUT-Ole
GPG key ID: 0A1DF1B37C4A1E4C

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"
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"