Skip to content

Commit

Permalink
[NO-PAPI] Update absences filter description
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedoliak committed Jun 19, 2024
1 parent e4dd3f6 commit c3fe3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3fe3f5

Please sign in to comment.