From 0a1f344f5b50d8fbbef8473e4b3154451799647f Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:19:50 -1000 Subject: [PATCH] No swag (#32397) * Mon prep * Mon prep * Mon prep * Mon prep * Mon prep * Remove Swagger /2 --- aspnetcore/fundamentals/minimal-apis/openapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/minimal-apis/openapi.md b/aspnetcore/fundamentals/minimal-apis/openapi.md index 7403919927..22d62ed9d3 100644 --- a/aspnetcore/fundamentals/minimal-apis/openapi.md +++ b/aspnetcore/fundamentals/minimal-apis/openapi.md @@ -18,7 +18,7 @@ The [OpenAPI specification](https://spec.openapis.org/oas/latest.html) is a prog * Gathering the information into a format that matches the OpenAPI schema. * Exposing the generated OpenAPI schema via a visual UI or a serialized file. -Minimal APIs provide built-in support for generating information about endpoints in an app via the `Microsoft.AspNetCore.OpenApi` package. Exposing the generated OpenAPI definition via a visual UI requires a third-party package. +Minimal APIs provide built-in support for generating information about endpoints in an app via the `Microsoft.AspNetCore.OpenApi` package. Exposing the generated OpenAPI definition via a visual UI requires a third-party package. The following code is generated by the ASP.NET Core minimal web API template and uses OpenAPI: