You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"}]}
The text was updated successfully, but these errors were encountered:
BBroerse
changed the title
[Help Wanted] exclude relationships
[Help Wanted] exclude methods
May 30, 2018
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:
The text was updated successfully, but these errors were encountered: