C#C
C#3y ago
Raso

❔ Add extension on controller

Hello! I have backend in dotnet, frontend with Angular. before FE can call my BE, there's a gateway which redirect. I got told that on the endpoints that need a certain path (dotnet backend side) I need to add the openapi extension x-dynamic-param: true.. How do I do that? How do I add that extension on my controller's method?
Was this page helpful?