From 4994b385d07625005d8dc312a2ebb05e0e7eea91 Mon Sep 17 00:00:00 2001 From: Radek Gruchalski Date: Wed, 10 Jan 2024 23:27:38 +0100 Subject: [PATCH] Update personio-personnel-data-api-oa3.yaml The HTTP response returns numbers instead of booleans, example: ```yaml attributes: id: ... status: approved comment: (...) start_date: "2024-01-22T00:00:00+01:00" end_date: "2024-01-22T00:00:00+01:00" days_count: 1 half_day_start: 0 half_day_end: 0 time_off_type: type: TimeOffType ``` --- personio-personnel-data-api-oa3.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index 7c53475..6dc3974 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -4547,11 +4547,11 @@ components: type: number example: 3 half_day_start: - type: boolean - example: false + type: number + example: 0 half_day_end: - type: boolean - example: false + type: number + example: 0 time_off_type: type: object properties: