Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO-PAPI] Add examples to GET Employees. Adjust description of PATCH Employees. #168

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ paths:
type: integer
minimum: 1
default: 10
example: 10
- name: offset
in: query
required: false
Expand All @@ -38,6 +39,7 @@ paths:
type: integer
minimum: 0
default: 0
example: 0
- name: email
in: query
required: false
Expand Down Expand Up @@ -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
Expand Down
Loading