Closed IlluzionzDev closed 1 month ago
When setting @query and @body etc on operations, the generated spring annotations don't set the required field based on the optional property of the ModelProperty object.
@query
@body
required
ModelProperty
When setting
@query
and@body
etc on operations, the generated spring annotations don't set therequired
field based on the optional property of theModelProperty
object.