You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2021/09/04 22:40:52 UTC

[openmeetings-site] branch master updated: OPENMEETINGS-2660 Update specs generated so that ordering in generated docs is defined.

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6634718  OPENMEETINGS-2660 Update specs generated so that ordering in generated docs is defined.
6634718 is described below

commit 6634718ae7068b54d9691230d9247e4b486d820f
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Sun Sep 5 10:40:43 2021 +1200

    OPENMEETINGS-2660 Update specs generated so that ordering in generated docs is defined.
---
 ...apache-openmeetings-7.0.0-SNAPSHOT-swagger.json | 32 +++++++++++-----------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json b/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json
index 1bac312..8fce2de 100644
--- a/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json
+++ b/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json
@@ -21,20 +21,23 @@
     "description" : "Om Demo Server"
   } ],
   "tags" : [ {
-    "name" : "CalendarService",
-    "description" : "CalendarService contains methods to create, edit delete calendar meetings"
+    "name" : "UserService",
+    "description" : "The Service contains methods to login and create hash to directly enter conference rooms, recordings or the application in general"
   }, {
-    "name" : "ErrorService",
-    "description" : "The Service contains methods to get localized errors"
+    "name" : "RoomService",
+    "description" : "RoomService contains methods to manipulate rooms and create invitation hash"
   }, {
     "name" : "FileService",
-    "description" : "Contains methods to import and upload files into the Files section of the\n conference room and the personal drive of any USER"
+    "description" : "Contains methods to import and upload files into the Files section of the conference room and the personal drive of any USER"
   }, {
-    "name" : "GroupService",
-    "description" : "The Service contains methods to login and create hash to directly enter\n conference rooms, recordings or the application in general"
+    "name" : "WbService",
+    "description" : "WbService contains methods to manipulate whiteboard contents"
   }, {
-    "name" : "InfoService",
-    "description" : "The Service contains methods to get info about the system"
+    "name" : "CalendarService",
+    "description" : "CalendarService contains methods to create, edit delete calendar meetings"
+  }, {
+    "name" : "GroupService",
+    "description" : "The Service contains methods to login and create hash to directly enter conference rooms, recordings or the application in general"
   }, {
     "name" : "NetTestService",
     "description" : "The Service contains methods to trigger a network test"
@@ -42,14 +45,11 @@
     "name" : "RecordingService",
     "description" : "The Service contains methods to work with recordings"
   }, {
-    "name" : "RoomService",
-    "description" : "RoomService contains methods to manipulate rooms and create invitation hash"
-  }, {
-    "name" : "UserService",
-    "description" : "The Service contains methods to login and create hash to directly enter\n conference rooms, recordings or the application in general"
+    "name" : "InfoService",
+    "description" : "The Service contains methods to get info about the system"
   }, {
-    "name" : "WbService",
-    "description" : "WbService contains methods to manipulate whiteboard contents"
+    "name" : "ErrorService",
+    "description" : "The Service contains methods to get localized errors"
   } ],
   "paths" : {
     "/calendar" : {