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
It looks like showing examples in responses and body is not supported currently. It was introduced in SwaggerUI in version 3.23.0, but pyramid_openapi3 supports only version 3.17.1.
The add_explorer_view allows you to pass ui_version to get an arbitrary version of Swagger UI. Have you tried this yet?
Additionally, I am not aware of any blockers that would prevent us from upgrading. Could you submit a PR that bumps the default ui_version to a more recent one?
It looks like showing examples in responses and body is not supported currently. It was introduced in SwaggerUI in version 3.23.0, but pyramid_openapi3 supports only version 3.17.1.
Here is issue from SwaggerUI repo: swagger-api/swagger-ui#2651
Any plans to upgrade to latest version of SwaggerUI?
The text was updated successfully, but these errors were encountered: