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
In the 0.7.0 version, there was an option to disable validation in the SwaggerUI Plug:
scope "/api/swagger" do
forward "/", PhoenixSwagger.Plug.SwaggerUI, otp_app: :myapp, swagger_file: "swagger.json", disable_validator: true
end
It is not documented any more in the 0.8.x.
Is it the reason I get an "Error" Label at the bottom of the bottom of the page, as explained here : https://stackoverflow.com/a/32244495/77804 ?
(My swagger config is not publicly available)
Is there another way to configure the plug to avoid this validation ?
The text was updated successfully, but these errors were encountered:
phtrivier
changed the title
What is the 0.
What is the 0.8.x version of disable_validator for swagger_ui
Apr 22, 2022
In the 0.7.0 version, there was an option to disable validation in the SwaggerUI Plug:
It is not documented any more in the 0.8.x.
Is it the reason I get an "Error" Label at the bottom of the bottom of the page, as explained here : https://stackoverflow.com/a/32244495/77804 ?
(My swagger config is not publicly available)
Is there another way to configure the plug to avoid this validation ?
The text was updated successfully, but these errors were encountered: