Skip to content

API doesn't support non-numeric IDs #1

@carlson

Description

@carlson

The API represents ids as JSON numbers:

"id":999,
"service_id": 2

Is it the spec's intention that ids must be numbers? Some systems use GUIDs instead. The spec could handle this by treating ids as strings:

"id": "999"

or

"id": "4e8d861757bb9cf10b21c115"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions