Open
Description
I'm trying to create relationships in StrongLoop between two models: ApiUsers & requestedBadges.
I've excluded the create and updateAttributes methods in my configuration. But I can't seem to exclude it for relationships.
Always the same error appears:
{
"errors": [
{
"status": 404,
"source": {},
"title": "Error",
"code": "",
"detail": "Shared class \"ApiUser\" has no method handling POST /xxx/RequestedBadges"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels