From 2301fb8538e93b2bc7906faf3164553542be8304 Mon Sep 17 00:00:00 2001 From: Ebicoglu Date: Thu, 14 Nov 2024 10:45:22 +0300 Subject: [PATCH] Update post.md --- .../2024-11-13-BuiltIn-OpenApi-Documentation/post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2024-11-13-BuiltIn-OpenApi-Documentation/post.md b/docs/en/Community-Articles/2024-11-13-BuiltIn-OpenApi-Documentation/post.md index df14f0e8c5..3e950c38c0 100644 --- a/docs/en/Community-Articles/2024-11-13-BuiltIn-OpenApi-Documentation/post.md +++ b/docs/en/Community-Articles/2024-11-13-BuiltIn-OpenApi-Documentation/post.md @@ -89,7 +89,7 @@ The new `Microsoft.AspNetCore.OpenApi` package provides first-class citizen supp No need extra setup or 3rd party integrations. Just by defining controllers and endpoints, ASP.NET Core automatically generates OpenAPI specifications. -### Wel Integration with Minimal APIs +### Well Integration with Minimal APIs [Minimal APIs](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis) introduced in .NET 6. There's an optimized built-in support for Minimal APIs. It automatically adds metadata for routes, request parameters, and responses.