Set required parameter attribute in OpenAPI metadata #35081
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-minimal-actions
Controller-like actions for endpoint routing
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
By default, OpenAPI assumes that all parameters are optional parameters.
https://swagger.io/docs/specification/describing-parameters/
We don't currently propagate any information that says
required: true
for parameters that are required in an endpointThis builds on top of the work done in #32375
The text was updated successfully, but these errors were encountered: