OPENMEETINGS-2664 Fix swagger so FormParams are noted as such, instead of as body params.
diff --git a/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json b/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json
index 8fce2de..9aaa99c 100644
--- a/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json
+++ b/swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json
@@ -68,7 +68,7 @@
         } ],
         "requestBody" : {
           "content" : {
-            "*/*" : {
+            "multipart/form-data" : {
               "schema" : {
                 "required" : [ "appointment" ],
                 "type" : "object",
@@ -1483,7 +1483,7 @@
         } ],
         "requestBody" : {
           "content" : {
-            "*/*" : {
+            "multipart/form-data" : {
               "schema" : {
                 "required" : [ "room" ],
                 "type" : "object",
@@ -2088,7 +2088,7 @@
         } ],
         "requestBody" : {
           "content" : {
-            "*/*" : {
+            "multipart/form-data" : {
               "schema" : {
                 "required" : [ "confirm", "user" ],
                 "type" : "object",
@@ -2141,7 +2141,7 @@
         } ],
         "requestBody" : {
           "content" : {
-            "*/*" : {
+            "multipart/form-data" : {
               "schema" : {
                 "required" : [ "options", "user" ],
                 "type" : "object",
@@ -2471,7 +2471,7 @@
         } ],
         "requestBody" : {
           "content" : {
-            "*/*" : {
+            "multipart/form-data" : {
               "schema" : {
                 "required" : [ "data" ],
                 "type" : "object",