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
FastAPI added the examples to "requestBody"/"content"/"application/json"/examples (can support multiple examples) rather than the normal path "schemas"/"{SchemaName}"/example (only support one)
Hi,
is there a way to set multiple examples for body when using spectree with flask.
The example how it's done in FastAPI - https://fastapi.tiangolo.com/tutorial/schema-extra-example/#body-with-multiple-examples:~:text=%3A-,Body,examples,-%C2%B6
Thanks
The text was updated successfully, but these errors were encountered: