Replies: 1 comment
-
|
Refer to Line 75 in 78edc00 You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
By default, all routes that are defined in Starlette application are included in the OpenAPI schema. Is it possible to specifically exclude some of them?
EDIT: Seems like overriding
bypassmethod can do this, but it would be nice if@spectree.validate()allowed to mark method for exclusion from the OpenAPI schema.Beta Was this translation helpful? Give feedback.
All reactions