Skip to content

Commit

Permalink
Merge pull request #14111 from eduardoj/apidocs_new/disable_validator
Browse files Browse the repository at this point in the history
Disable swagger.io's online validator link
  • Loading branch information
eduardoj committed Apr 5, 2023
2 parents bb41332 + ecf5f46 commit 59c7240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/public/apidocs-new/swagger-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ window.onload = function() {
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
window.ui = SwaggerUIBundle({
url: "OBS-v2.10.50.yaml",
validatorUrl: "none",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down

0 comments on commit 59c7240

Please sign in to comment.