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

[ABSPOL-868] Remove vacation_day_balance from employees' api #190

Merged
merged 1 commit into from
May 17, 2024
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
18 changes: 0 additions & 18 deletions personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,6 @@ paths:
type: decimal
universal_id: hourly_salary
currency: EUR
vacation_day_balance:
label: Vacation day balance
value: 2
type: decimal
universal_id: vacation_day_balance
last_working_day:
label: Last day of work
value:
Expand Down Expand Up @@ -3538,19 +3533,6 @@ components:
currency:
example: EUR
type: string
vacation_day_balance:
type: object
deprecated: true
description: Substituted by available_balance in EmployeeAbsenceBalance
properties:
label:
example: Vacation day balance
value:
example: 20.5
type:
$ref: '#/components/schemas/TypeEnum'
universal_id:
example: vacation_day_balance
last_working_day:
type: object
properties:
Expand Down
Loading