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
By quickly taking a look at the Swagger Editor, the current view is close to their Schema view:
I'm assuming you're referring to the Example Value they also provide?
If yes, I could imagine that being a possible enhancement, may need to think about how it could work and how to best integrate it with the current design but it's definitely something we could consider.
Is your feature request related to a problem?
The first thing I tend to look for when using a new API is an example of a request. I will then look at the schema for more information as necessary.
Unless I've missed it, we can't currently generate an example json request body from the OpenAPI doc.
Describe the solution you'd like
Tabs to select an example payload or schema view of request and response
Describe alternatives you've considered
I could embed the json manually in a description field but this is obviously less ideal than schema based generation
Additional Context
No response
The text was updated successfully, but these errors were encountered: