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

Make REST payloads on errors consistent #319

Open
berndbohmeier opened this issue Sep 9, 2019 · 0 comments
Open

Make REST payloads on errors consistent #319

berndbohmeier opened this issue Sep 9, 2019 · 0 comments
Labels

Comments

@berndbohmeier
Copy link
Contributor

Currently we most of the time return something like {message: "foo", errors: []}, but at least for invalid json something like {messages: []} is returned. We should work out a constent format and always use it.
To change the messages behavior it looks like we have to override https://github.com/marshmallow-code/webargs/blob/dev/src/webargs/flaskparser.py#L114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant