azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
OpenApiResponseBody is obsolete but mentioned in docs
https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/openapi-core.md#expose-endpoints-to-openapi-document
This page uses OpenApiResponseBody
instead of OpenApiResponseWithBody
, but the former is marked obsolete
Let me check this out.