Describe the bug
After 7e25b92b8bf78b22 we had a small regression where we add an :update action to an embedded resource that was used as an argument even if the parent resource only had a single route with a :create action (so it was never used in :update actions via JSON:API)
Expected behavior
Update actions should be required (and their doc generated) only if they are actually used
Describe the bug After 7e25b92b8bf78b22 we had a small regression where we add an
:update
action to an embedded resource that was used as an argument even if the parent resource only had a single route with a:create
action (so it was never used in:update
actions via JSON:API)Expected behavior Update actions should be required (and their doc generated) only if they are actually used