diff --git a/invenio_rdm_records/resources/resources.py b/invenio_rdm_records/resources/resources.py index e1078a19e..2afe6fe07 100644 --- a/invenio_rdm_records/resources/resources.py +++ b/invenio_rdm_records/resources/resources.py @@ -344,8 +344,8 @@ def search(self): ) return items.to_dict(), 200 + # No response_handler here because we dont want to process the response with the schema @request_view_args - @response_handler() @request_data def add(self): """Include record in communities."""