Skip to content

Incorrect types in API response #52

@lfkeitel

Description

@lfkeitel

Several returned properties in an API call are using the wrong types. In particular many integers are being returned as a string. Or a boolean being returned as a string. In JavaScript it's not a big deal because JS will convert as needed, but it causes issues in typed languages.

These fixes will not be considered a breaking change because it's a bug fix.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions