loopback-component-jsonapi icon indicating copy to clipboard operation
loopback-component-jsonapi copied to clipboard

[Help Wanted] exclude methods

Open BBroerse opened this issue 7 years ago • 0 comments

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"
        }
    ]
}

BBroerse avatar May 30 '18 10:05 BBroerse