ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
55 stars 41 forks source link

fix: Don't need to use arguments in fetch query #178

Closed ryanrborn closed 1 month ago

ryanrborn commented 1 month ago

Contributor checklist

When performing a patch/delete request, the arguments for the action that aren't present in the attributes for the resource raise an InvalidInput error on the read that precedes the actual update/destroy.

zachdaniel commented 1 month ago

🚀 Thank you for your contribution! 🚀