Skip to content

Commit a75515a

Browse files
authored
Merge pull request #140 from AliSalemwala/master
[ETT-213] Make Offset description more clear in PAPI V1 on the GET endpoint
2 parents a6e39c7 + 83abf6d commit a75515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

personio-personnel-data-api-oa3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ paths:
11231123
- name: offset
11241124
in: query
11251125
required: false
1126-
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.
1126+
description: The offset from the first record that would be returned. With 3 results [A, B, C] and an offset of 1, the following two results will be returned [B, C].
11271127
schema:
11281128
type: integer
11291129
minimum: 0

0 commit comments

Comments
 (0)