From e4dd3f67d39588bb3afd0ffe96c4a6cbfa20629b Mon Sep 17 00:00:00 2001 From: olegfedoliak Date: Wed, 19 Jun 2024 11:26:18 +0200 Subject: [PATCH 1/2] [NO-PAPI] Update absences filter description --- personio-personnel-data-api-oa3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index d9cc3b0..035afe6 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -1927,14 +1927,14 @@ paths: - name: start_date in: query required: false - description: Filter by absence periods that start at or before given date. + description: When both start_date and end_date values are provided, the list of absences returned is a set that has all absences that intersects the window expressed as [start_date, end_date]. When either value is unspecified, the list list of absences returned are unbounded in the direction of the unspecified value. schema: type: string format: date - name: end_date in: query required: false - description: Filter by absence periods that start at or before given date. + description: When both start_date and end_date values are provided, the list of absences returned is a set that has all absences that intersects the window expressed as [start_date, end_date]. When either value is unspecified, the list list of absences returned are unbounded in the direction of the unspecified value. schema: type: string format: date From c3fe3f5ca8ebe60fd1ba6d2ab52d56781bf9415a Mon Sep 17 00:00:00 2001 From: olegfedoliak Date: Wed, 19 Jun 2024 11:29:12 +0200 Subject: [PATCH 2/2] [NO-PAPI] Update absences filter description --- personio-personnel-data-api-oa3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index 035afe6..7b614f2 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -1927,14 +1927,14 @@ paths: - name: start_date in: query required: false - description: When both start_date and end_date values are provided, the list of absences returned is a set that has all absences that intersects the window expressed as [start_date, end_date]. When either value is unspecified, the list list of absences returned are unbounded in the direction of the unspecified value. + description: When both start_date and end_date values are provided, the list of absences returned is a set that has all absences that intersects the window expressed as [start_date, end_date]. When either value is unspecified, the list of absences returned are unbounded in the direction of the unspecified value. schema: type: string format: date - name: end_date in: query required: false - description: When both start_date and end_date values are provided, the list of absences returned is a set that has all absences that intersects the window expressed as [start_date, end_date]. When either value is unspecified, the list list of absences returned are unbounded in the direction of the unspecified value. + description: When both start_date and end_date values are provided, the list of absences returned is a set that has all absences that intersects the window expressed as [start_date, end_date]. When either value is unspecified, the list of absences returned are unbounded in the direction of the unspecified value. schema: type: string format: date