Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

It does not enable to use models who the id type is a string. #231

@danielpcampagna

Description

@danielpcampagna

I need to use the model id type as a string.
But when I call method post, to add a new model, I got this error: "Collection 'model' id type is non-numeric or unknown. Can only generate numeric ids."

{
   "body": {
      "error": "Collection 'model' id type is non-numeric or unknown. Can only generate numeric ids.",
      "__proto__": {  }
   },
   "headers": {  },
   "status": 422,
   "statusText": "Unprocessable Entity",
   "url": "api/models",
   "__proto__": {  },
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions