Skip to content

Commit 27cbc31

Browse files
Update aspnetcore-openapi.md (#35260)
1 parent 22ba6fe commit 27cbc31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ The OpenAPI document is regenerated every time a request to the OpenAPI endpoint
150150

151151
## Generate multiple OpenAPI documents
152152

153-
In some scenarios, it's helpful to generate multiple OpenAPI documents with different content from a single ASP.NET Core API app. These scenarios include:
153+
In some scenarios, it's helpful to generate multiple OpenAPI documents with different content from a single ASP.NET Core API app. These scenarios include generating OpenAPI documentation for different:
154154

155-
* Generating OpenAPI documentation for different audiences, such as public and internal APIs.
156-
* Generating OpenAPI documentation for different versions of an API.
157-
* Generating OpenAPI documentation for different parts of an app, such as a frontend and backend API.
155+
* Audiences, such as public and internal APIs.
156+
* Versions of an API.
157+
* Parts of an app, such as a frontend and backend API.
158158

159159
To generate multiple OpenAPI documents, call the <xref:Microsoft.Extensions.DependencyInjection.OpenApiServiceCollectionExtensions.AddOpenApi%2A> extension method once for each document, specifying a different document name in the first parameter each time.
160160

0 commit comments

Comments
 (0)