Skip to content

Wrong type for half_day_start and half_day_end in response https://api.personio.de/v1/company/time-offs #204

@Vardaleb

Description

@Vardaleb

According to the spec:

half_day_start:
type: boolean

half_day_start and half_day_end are of type boolean. But the response in https://api.personio.de/v1/company/time-offs returns them as integer:

        "half_day_start": 0,
        "half_day_end": 0,

I expect them to be booleans instead:

        "half_day_start": false,
        "half_day_end": false,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions