From 007e52ab04368caa540aa9d5ff37ec32f9e8126f Mon Sep 17 00:00:00 2001 From: David Allardyce <93950725+DavidAllardyce@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:28:07 -0400 Subject: [PATCH] Update aspnetcore-openapi.md --- 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 f0927f499df8..12959bdb41d0 100644 --- a/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md +++ b/aspnetcore/fundamentals/openapi/aspnetcore-openapi.md @@ -170,7 +170,7 @@ For each document, the field of . The delegate is set on an endpoint using either the extension method or the attribute. `WithGroupName` or the `EndpointGroupName` attribute determines which endpoints to include in the document. Any endpoint that hasn't been assigned a group name is included all OpenAPI documents. +The default implementation of this delegate uses the field of . The delegate is set on an endpoint using either the extension method or the attribute. `WithGroupName` or the `EndpointGroupName` attribute determines which endpoints to include in the document. Any endpoint that hasn't been assigned a group name is included in all OpenAPI documents. ```csharp // Include endpoints without a group name or with a group name