Closed pas-mike closed 10 months ago
This PR omits the optional on parameters if path parameters are used. This can be enabled using the CLI options disableOptionalPathParameters.
The reason for this PR is that path parameters are always required and it doesn't make sense that they should be optional.
I think this makes sense as a default option 👍
This PR omits the optional on parameters if path parameters are used. This can be enabled using the CLI options disableOptionalPathParameters.
The reason for this PR is that path parameters are always required and it doesn't make sense that they should be optional.