GenerateAndExposeOpenapi fails to validate #161
Unanswered
djgilcrease
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @djgilcrease! The function which autogenerate the path parameter configuration does not allow multiple params in a single segment. We could improve the autogenerate function to support this use cases. As you proposed, it could be resolved until this update setting manually the path parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the examples for multi path params or trying the single path param example causes
fails to validate swagger: invalid paths: operation GET /actions/{id:[1-9a-z]+}.{format:yml|yaml|json} must define exactly all path parameters (missing: [id:[1-9a-z]+ format:yml|yaml|json id:[1-9a-z]+.{format:yml|yaml|json}])To get this path to work I had to change it to
Beta Was this translation helpful? Give feedback.
All reactions