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/11 02:18:07 UTC

[openmeetings-site] branch master updated: OPENMEETINGS-2664 Fix swagger so FormParams are noted as such, instead of as body params.

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 987b3d3  OPENMEETINGS-2664 Fix swagger so FormParams are noted as such, instead of as body params.
987b3d3 is described below

commit 987b3d31d69562b42bd45e5b2f15ad09e2b5b1ff
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Sat Sep 11 14:17:45 2021 +1200

    OPENMEETINGS-2664 Fix swagger so FormParams are noted as such, instead of as body params.
---
 swagger/apache-openmeetings-7.0.0-SNAPSHOT-swagger.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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",