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

order param not allowed with the memberships endpoint #106

Open
anoblet opened this issue Aug 24, 2021 · 0 comments
Open

order param not allowed with the memberships endpoint #106

anoblet opened this issue Aug 24, 2021 · 0 comments

Comments

@anoblet
Copy link

anoblet commented Aug 24, 2021

When trying to perform a GET request against memberships/members providing an order parameter throws an error.

{"code":"rest_invalid_param","message":"Invalid parameter(s): order","data":{"status":400,"params":{"order":"order is not of type integer."},"details":{"order":{"code":"rest_invalid_type","message":"order is not of type integer.","data":{"param":"order"}}}}}

For some reason it is expecting an integer as opposed to a string like asc or desc

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