You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering why bodyParameter schema requires a "name". Makes sense only if the parameter is sent/set inquery or perhaps path but doesn't make sense if the parameter in value is body isn't it? Unlike the query string parameters json/xml objects don't have a name.