Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #25142 - fix extending module_streams api docs #7827

Merged
merged 1 commit into from
Nov 16, 2018

Commits on Nov 16, 2018

  1. 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.
    iNecas committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    c641b48 View commit details
    Browse the repository at this point in the history