You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given we return 200 status code rather than 204 (no content), we should return valid json. eg. {} or {'status': 'ok'} Maybe take the return values as kwarg and default to empty dict?
204 seems fine but 1. Confirm elb now allows specifying return code (I believe it does). 2. Be aware that this will be an unexpected breaking change for anyone using it and expecting a 200 (eg current elb users that haven't set 204 as acceptable).
Given we return
200
status code rather than204
(no content), we should return valid json. eg.{}
or{'status': 'ok'}
Maybe take the return values as kwarg and default to empty dict?flask-resty/flask_resty/api.py
Lines 154 to 169 in 4c167f3
The text was updated successfully, but these errors were encountered: