I'm trying to use JSONAPI Utils for a non-RESTful endpoint users/invite and would like to be able to use the resource_params and relationship_params helpers, however they're both returning {} because @request.operations is empty. Is there any guidance on how to approach this?
I'm trying to use JSONAPI Utils for a non-RESTful endpoint
users/inviteand would like to be able to use theresource_paramsandrelationship_paramshelpers, however they're both returning{}because@request.operationsis empty. Is there any guidance on how to approach this?