Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help Wanted] exclude methods #282

Open
BBroerse opened this issue May 30, 2018 · 0 comments
Open

[Help Wanted] exclude methods #282

BBroerse opened this issue May 30, 2018 · 0 comments

Comments

@BBroerse
Copy link

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 BBroerse changed the title [Help Wanted] exclude relationships [Help Wanted] exclude methods May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant