-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release prep: Translations, Swagger and Version bump. (#1589)
This will be code freeze for 3.3.3
- Loading branch information
Showing
7 changed files
with
347 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
"info": { | ||
"title": "Xibo API", | ||
"description": "Xibo CMS API.\n Using HTTP formData requests.\n All PUT requests require Content-Type:application/x-www-form-urlencoded header.", | ||
"termsOfService": "http://xibo.org.uk/legal", | ||
"termsOfService": "https://xibosignage.com/legal", | ||
"contact": { | ||
"email": "[email protected]" | ||
}, | ||
"license": { | ||
"name": "AGPLv3 or later", | ||
"url": "http://www.gnu.org/licenses/" | ||
}, | ||
"version": "3.1" | ||
"version": "3.3" | ||
}, | ||
"basePath": "/api", | ||
"schemes": [ | ||
|
@@ -17561,6 +17561,6 @@ | |
], | ||
"externalDocs": { | ||
"description": "Manual", | ||
"url": "http://xibo.org.uk/manual" | ||
"url": "https://xibosignage.com/manual" | ||
} | ||
} |