Skip to content

Commit a6e39c7

Browse files
authored
Merge pull request #139 from simon-widlund/time-offs-doc-fix
Clarify pagination parameters documentation for /time-offs
2 parents 98a5b32 + f4e9774 commit a6e39c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

personio-personnel-data-api-oa3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,15 +1656,15 @@ paths:
16561656
- name: limit
16571657
in: query
16581658
required: false
1659-
description: Pagination attribute to limit how many attendances is returning per page
1659+
description: Pagination attribute to limit the number of absence periods per page
16601660
schema:
16611661
type: integer
16621662
minimum: 1
16631663
default: 200
16641664
- name: offset
16651665
in: query
16661666
required: false
1667-
description: Pagination attribute to identify which page you are requesting, by the form of telling an offset from the first record that would be returned.
1667+
description: Pagination attribute to identify which page number you are requesting
16681668
schema:
16691669
type: integer
16701670
minimum: 0

0 commit comments

Comments
 (0)