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
When a spec has anyOf or oneOf keys, the request body under the REQUEST panel shows an example of the first option only. When selecting a different option, the body doesn't change, which can be confusing and requires the user to change it manually.
Describe the solution you'd like
When using anyOf or oneOf, the request body under the REQUEST should change dynamically when selecting one of the options, to show the relevant object/s.