Skip to content

Commit

Permalink
Merge pull request #5263 from mailcow:update-api
Browse files Browse the repository at this point in the history
[API] Update swagger version to 5.1.0
  • Loading branch information
DerLinkman authored Jun 27, 2023
2 parents 0863bff + c0c46b7 commit 14265f3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/web/api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.0.0
openapi: 3.1.0
info:
description: >-
mailcow is complete e-mailing solution with advanced antispam, antivirus,
Expand Down
3 changes: 1 addition & 2 deletions data/web/api/swagger-initializer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
window.ui = SwaggerUIBundle({
urls: [{url: "/api/openapi.yaml", name: "mailcow API"}],
dom_id: '#swagger-ui',
deepLinking: true,
Expand All @@ -15,5 +15,4 @@ window.onload = function() {
});
// End Swagger UI call region

window.ui = ui;
};
2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-es-bundle-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-es-bundle-core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-es-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-es-bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui-standalone-preset.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web/api/swagger-ui.js.map

Large diffs are not rendered by default.

0 comments on commit 14265f3

Please sign in to comment.