From e1fc61dfdd0544ef5ffabf718412a922b0e18615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20K=C3=BCck?= Date: Thu, 17 Oct 2024 13:33:14 +0200 Subject: [PATCH] PMT-4: Code fix #3 --- api/pmt.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/pmt.yml b/api/pmt.yml index 4069b30..9918049 100644 --- a/api/pmt.yml +++ b/api/pmt.yml @@ -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"