diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index 56c454f..c923d07 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -2086,6 +2086,24 @@ paths: problem+json: schema: $ref: "#/components/schemas/ErrorResponse" + "404": + description: AbsenceType Not Found + content: + problem+json: + schema: + properties: + success: + type: boolean + example: false + error: + type: object + properties: + code: + type: integer + example: 404 + message: + type: string + example: 'models.absence-types.not-found' "500": description: Internal server error content: