You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To describe a webhook for Power Apps / Automate, the platform requires an extension in the post operation parent. You can find more details in the documentation.
I have previously implemented this for another product using NSwag and by implementing an IOperationProcessor.
Now, I want to try using OpenAPI.NET, but I'm struggling to extend the generated JSON node for the minimal API group where the operation is added. I have tried implementing IDocumentFilter and using the WithOpenApi() extension method, but both approaches add the extension at the operation level.
To describe a webhook for Power Apps / Automate, the platform requires an extension in the post operation parent. You can find more details in the documentation.
I have previously implemented this for another product using NSwag and by implementing an IOperationProcessor.
Now, I want to try using OpenAPI.NET, but I'm struggling to extend the generated JSON node for the minimal API group where the operation is added. I have tried implementing IDocumentFilter and using the WithOpenApi() extension method, but both approaches add the extension at the operation level.
Here’s what I have so far:
Is it possible to achieve this in OpenAPI.NET?
Thanks in advance.
The text was updated successfully, but these errors were encountered: