Back to Aspnetcore

Endpoint Specific Operation Transformers

aspnetcore/release-notes/aspnetcore-10/includes/endpoint-specific-operation-transformers.md

latest480 B
Original Source

Endpoint-specific OpenAPI operation transformers

Endpoint-specific operation transformers enable fine-grained customization of OpenAPI documentation for individual route endpoints. This feature allows developers to tailor Swagger/OpenAPI metadata and descriptions on a per-action or per-route basis, enhancing extensibility for advanced API scenarios.

For implementation details and code samples, see xref:fundamentals/openapi/customize-openapi#use-operation-transformers.