From a79081e79d8db7099c42f5761ea41b3fcaf1a82e Mon Sep 17 00:00:00 2001 From: Dino Pehratovic Date: Tue, 29 Aug 2023 12:11:53 +0200 Subject: [PATCH] [NO-PAPI] Add pagination examples to GET Employees endpoint. Adjust description of PATCH Employees endpoint. --- personio-personnel-data-api-oa3.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/personio-personnel-data-api-oa3.yaml b/personio-personnel-data-api-oa3.yaml index 340c50b..64913b3 100644 --- a/personio-personnel-data-api-oa3.yaml +++ b/personio-personnel-data-api-oa3.yaml @@ -30,6 +30,7 @@ paths: type: integer minimum: 1 default: 10 + example: 10 - name: offset in: query required: false @@ -38,6 +39,7 @@ paths: type: integer minimum: 0 default: 0 + example: 0 - name: email in: query required: false @@ -472,7 +474,9 @@ paths: - Employees summary: Update an employee description: > - Update existing employee. Note: Updating of Email field is not currently supported. + Updates an existing employee. Note: Only the fields that are listed in the body example + are updatable. Attributes that are not part of the sample request body but are present + inside the request are ignored. It's not possible to update the Email field. parameters: - name: employee_id in: path