Skip to content
Compare
Choose a tag to compare

Minor Changes

  • f0886a0: Thanks to @0237h:

    Allow for finer marking of optional parameters Current behavior allows only for marking all parameters as optional,
    or none.

    This change checks first if all parameters are optional, keeping the old behavior if that's the case, otherwise
    iterates through the parameters to mark only those that should be optional from the OpenAPI spec.