Burgyn / MMLib.SwaggerForOcelot

This repo contains swagger extension for ocelot.
MIT License
352 stars 94 forks source link

Route with catch all parameters are not shown #176

Closed ilcos91 closed 3 years ago

ilcos91 commented 3 years ago

In my microservices I have some route with catch all parameters ({**param}), like this: image If I go to the microservice swagger I can see them: image But on the ocelot swagger they are not shown. This is not a problem on the Ocelot side since it forwards the requests correctly, the only thing missing is the documentation on the ocelot swagger.

Am I doing something wrong? Do you have any suggestion?

Burgyn commented 3 years ago

Hi.

Sorry, but this is known actual limitation.

There is an issue for that. I plan to work it out, but I don't have time for it at the moment. If you want, PR are open :-)

github-actions[bot] commented 3 years ago

Closing after 8 days of waiting for the additional info requested.