Forum Discussion

niteesh's avatar
niteesh
Occasional Visitor
4 years ago

Request body in POST Method

Is there a way to create or display a request body in swagger as following

 

Request body: 

{

"a":"1",

"b":"1",

"c":{

      "1":{

            "1":true,

            "2":false

            },

       "2":{

            "1":false,

            "2":true

           }

     }

}

No RepliesBe the first to reply