GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
374 stars 172 forks source link

4336: Return 400 error on invalid JSON sent to the datastore API #4341

Open janette opened 1 week ago

janette commented 1 week ago

Fixes #4336

Describe your changes

Better response for invalid JSON

QA Steps

{ "conditions": [ }


- [ ] Confirm you get a 400 error and "Invalid JSON" message

## Checklist before requesting review

_If any of these are left unchecked, please provide an explanation_

- [ ] I have updated or added tests to cover my code
- [ ] I have updated or added documentation