From c44b08017b7e1692d67f77366c926a872c29c43a Mon Sep 17 00:00:00 2001 From: Dino Pehratovic Date: Tue, 23 Apr 2024 15:56:59 +0200 Subject: [PATCH] [NO-PAPI] Remove outdated examples from EmployeeAbsenceBalance endpoint response --- personio-personnel-data-api-oa3.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index 2ab8225..6b15a9f 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -1057,19 +1057,6 @@ paths: application/json: schema: $ref: "#/components/schemas/EmployeeAbsenceBalance" - examples: - response: - value: - success: true - data: - - id: 21799 - name: "Paid Vacation" - category: null - balance: 14 - - id: 33523 - name: "Sick Days" - category: null - balance: 0 "404": description: "" content: @@ -5752,4 +5739,4 @@ components: $ref: "#/components/schemas/ErrorResponse" examples: response: - $ref: "#/components/examples/403ForbiddenErrorExample" + $ref: "#/components/examples/403ForbiddenErrorExample" \ No newline at end of file