CenterEdge / Yardarm

OpenAPI 3 SDK Generator for C#
Apache License 2.0
46 stars 6 forks source link

Allow undefined route parameters #240

Closed brantburnett closed 3 months ago

brantburnett commented 3 months ago

There may be route parameters in the path which are not explicitly defined in the operation's parameters array. In this case, just assume that it's a simple string parameter.

Relates to #239