From 31faf404a5b771572f19ab78bd775b27832cb9aa Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Sat, 5 Oct 2024 14:00:56 -0500 Subject: [PATCH] Address PR review comments --- aspnetcore/fundamentals/openapi/aspnetcore-openapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md index 559f4fc2b8..e3b0f8ce69 100644 --- a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md +++ b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md @@ -352,7 +352,7 @@ app.MapGet("/attributes", ##### [Controllers](#tab/controllers) -In controller-based apps, the attribute can be used to exclude an endpoint from the OpenAPI document. +In controller-based apps, the attribute can be used to exclude an endpoint or all endpoints in a controller class from the OpenAPI document. The following example demonstrates how to exclude an endpoint from the generated OpenAPI document: