Skip to content

Commit

Permalink
Merge pull request #193 from oleglfed/master
Browse files Browse the repository at this point in the history
[NO-PAPI] Update absences filter description
  • Loading branch information
oleglfed authored Jun 19, 2024
2 parents 300ae20 + c3fe3f5 commit 133b4a0
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: 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 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 of absences returned are unbounded in the direction of the unspecified value.
schema:
type: string
format: date
Expand Down

0 comments on commit 133b4a0

Please sign in to comment.