* Mon prep

* Mon prep

* Mon prep

* Mon prep

* Mon prep

* Remove Swagger /2
pull/32398/head
Rick Anderson 2024-04-24 16:19:50 -10:00 committed by GitHub
parent 814bc426c6
commit 0a1f344f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: