niteesh
5 years agoOccasional Visitor
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
}
}
}
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
}
}
}