From 60ee2e9bb2fee1064fc8c1e0186624fbeecfc7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20K=C3=BCck?= Date: Wed, 23 Oct 2024 11:27:37 +0200 Subject: [PATCH] PMT-27-fixed 404 ref --- api/pmt.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/api/pmt.yml b/api/pmt.yml index b0af215..0e803c0 100644 --- a/api/pmt.yml +++ b/api/pmt.yml @@ -234,15 +234,10 @@ paths: 401: $ref: "#/components/responses/Unauthorized" 404: - description: "Employee not found" - content: - text/plain: - schema: - type: string + $ref: "#/components/responses/NotFound" 409: $ref: "#/components/responses/Conflict" 500: $ref: "#/components/responses/InternalError" 503: $ref: "#/components/responses/ServiceUnavailable" -