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 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 bypass method can do this, but it would be nice if @spectree.validate() allowed to mark method for exclusion from the OpenAPI schema.
The text was updated successfully, but these errors were encountered:
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
bypass
method can do this, but it would be nice if@spectree.validate()
allowed to mark method for exclusion from the OpenAPI schema.The text was updated successfully, but these errors were encountered: