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
Currently, the resource is answering with a forbidden 405 code using the abort function. See #4 for more information. However, this should be performed by the make_error_response function.
This one, along with:
load_item_from_request
make_list_response
make_item_response
Need clarification of what should be its default behaviour (it might simply be a NotImplemented for the latest 3, raising to the make_error_response.
The text was updated successfully, but these errors were encountered:
ppanero
changed the title
clarify and implement default behaviour of the resource
serializers: clarify and implement default behaviour of the resource
Jun 11, 2020
Currently, the resource is answering with a forbidden 405 code using the
abort
function. See #4 for more information. However, this should be performed by themake_error_response
function.This one, along with:
load_item_from_request
make_list_response
make_item_response
Need clarification of what should be its default behaviour (it might simply be a
NotImplemented
for the latest 3, raising to themake_error_response
.The text was updated successfully, but these errors were encountered: