We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
According to the spec:
api-docs/personio-personnel-data-api-oa3.yaml
Lines 4579 to 4580 in 2f3707f
half_day_start
half_day_end
boolean
https://api.personio.de/v1/company/time-offs
"half_day_start": 0, "half_day_end": 0,
I expect them to be booleans instead:
"half_day_start": false, "half_day_end": false,
The text was updated successfully, but these errors were encountered:
Workaround for personio/api-docs#204
c5bda7a
No branches or pull requests
According to the spec:
api-docs/personio-personnel-data-api-oa3.yaml
Lines 4579 to 4580 in 2f3707f
half_day_start
andhalf_day_end
are of typeboolean
. But the response inhttps://api.personio.de/v1/company/time-offs
returns them as integer:I expect them to be booleans instead:
The text was updated successfully, but these errors were encountered: