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
I've been trying config the init, but it seems no matter what I include into the options, nothing seems to happen. Here's how I've been trying, is this correct or a bug?
``
I've been trying config the init, but it seems no matter what I include into the options, nothing seems to happen. Here's how I've been trying, is this correct or a bug?
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/redoc-try-it-out/dist/try-it-out.min.js"></script> <script> RedocTryItOut.init( `{openapi_url}`, {{ title: "{title}" , disableSearch: True, scrollYOffset: 50, authBtn: {{text: 'Try It Out'}} }}, document.getElementById("redoc_container") ) </script>``
``
The text was updated successfully, but these errors were encountered: