open_api_spex spec declaration with ash_json_api
generated Open API spec has either some basic or
nil
descriptions, summaries, etc. open_api_spex
documentation suggests using macros like operation/2
to describe my API. i've searched ash_json_api
docs for some information but to no success. is there a way to do describe my domains' / resources' routes like so in ash_json_api
?5 Replies
Solution
You add descriptions to the attributes and actions etc. directly
Most things support descriptions
understood, thanks! the resulting spec though is a bit strange... it has doubled parameters on routes with arguments

That looks like a bug to me 🙂
Please open a bug, with a reproduction if possible 🙂
sure thing! i will file an issue a bit later
i've opened an issue at
ash_json_api