From 70dc6e8a70fba4b5d9b4c9a0cb74dca05a29ef18 Mon Sep 17 00:00:00 2001 From: Christian Dietrich <44772491+chdietrich@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:09:55 +0100 Subject: [PATCH] Update personio-personnel-data-api-oa3.yaml "The limit must be between 1 and 200." --- personio-personnel-data-api-oa3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index e6cffa1..cda5f76 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -29,6 +29,7 @@ paths: schema: type: integer minimum: 1 + maximum: 200 default: 10 example: 10 - name: offset