Open nikajukic opened 3 years ago
Thank you very much for contribution. We review your previous PR, which is nicely described.
We can take care of that as it's important feature and are adding it to backlog, but you are also welcome to post your solution to it 😄
Thanks! 😄
I'm not promising anything, but I'll try to propose a solution soon 😄
I've noticed that array data in a request body isn't supported and it's actually a part of the JSON:API specification.
https://jsonapi.org/format/#crud-updating-to-many-relationships
Example body:
It currently breaks with when I call
params.from_jsonapi
withI would expect it to be parsed to:
Thank you for this gem! 👍