OpenAPI Placeholders lost when creating proxy

When we create an Edge Proxy through an OpenAPI spec, it replaces the placeholders with '*'.

So a path like "/user/{userid}" in the spec gets replaced by "/user/*" in the proxy.

This causes and issue when creating an API on the Portal through Smartdocs as the method rendered has the "/user/*" path hardcoded in the request.

We also lose any description associated with the methods from the spec to the proxy.

Is there a way to resolve this?

Thanks,

Shshank

0 1 63
1 REPLY 1

Any thoughts on this please?