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