PMT-4: Code fix #3
Some checks failed
Quality Check / Validate OAS (push) Successful in 32s
Quality Check / Linting (push) Failing after 49s
Quality Check / Static Analysis (push) Failing after 51s
Quality Check / Testing (push) Failing after 49s

This commit is contained in:
Ole Kück 2024-10-17 13:33:14 +02:00
parent ffae4e493b
commit e1fc61dfdd
Signed by: SZUT-Ole
GPG key ID: 0A1DF1B37C4A1E4C

View file

@ -180,12 +180,16 @@ paths:
responses:
204:
description: "Employee successfully added to the specific Project"
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
406:
$ref: "#/components/responses/NotAcceptable"
409:
$ref: "#/components/responses/Conflict"
500:
$ref: "#/components/responses/InternalError"
delete:
operationId: "deleteProject"