You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #25142 - fix extending module_streams api docs
`update_api` is only usable from within a concern. When extending an API
inside controller that's coming from concern, `apipie_update_params`
should be used instead.
Also, there has been an issue on apipie side, that prevented merging
top-level params (see Apipie/apipie-rails#642).
Both changes are needed in order for this issue to be resolved.
0 commit comments