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
the request params, the result of merging the :path_params on top of :body_params on top of :query_params
When using OpenApiSpex.Plug.CastAndValidate plug the params will overwrite only with params from :path | :query | :header | :cookie meaning that there is never parameters from request_body there.
This should be clearly stated in CastAndValidateplug like it is for cast plug as it can cause some confusion.