We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20f535 commit 43f4accCopy full SHA for 43f4acc
src/api/public/apidocs/swagger-initializer.js
@@ -3,7 +3,9 @@ window.onload = function() {
3
4
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
5
window.ui = SwaggerUIBundle({
6
- url: "OBS-v2.10.50.yaml",
+ urls: [
7
+ { url: "OBS-v2.10.50.yaml", name: 'OBS v2.10.50'},
8
+ ],
9
validatorUrl: "none",
10
dom_id: '#swagger-ui',
11
deepLinking: true,
0 commit comments