-
-
Notifications
You must be signed in to change notification settings - Fork 494
Closed
Labels
EnhancementThis is a new feature or requestThis is a new feature or request
Description
Summary
Allow to exclude parameters from the autogenerated openapi
Basic Example
@get("/example")
def example(parameter: Annotation[str, Parameter(include_in_schema=False)]) -> None:
returnDrawbacks and Impact
It should not break anything if everything is included in openapi by default.
Unresolved questions
No response
FHU-yezi and PokkaKiyo
Metadata
Metadata
Assignees
Labels
EnhancementThis is a new feature or requestThis is a new feature or request