Skip to content

Commit 8a27499

Browse files
authored
Remove JsonPatch support mention from APIs doc (#37083)
* Remove JsonPatch support mention from APIs doc Contributes to #36419 * Apply suggestion from @wadepickett
1 parent ddde198 commit 8a27499

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

aspnetcore/fundamentals/apis.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: JeremyLikness
44
description: Learn how to build fast HTTP APIs with ASP.NET Core using Minimal APIs, the recommended approach for new projects.
55
ai-usage: ai-assisted
66
ms.author: jeliknes
7-
ms.date: 08/15/2025
7+
ms.date: 04/30/2026
88
monikerRange: '>= aspnetcore-6.0'
99
uid: fundamentals/apis
1010
---
@@ -88,7 +88,6 @@ Both API projects refer to the following class:
8888
* Model binding extensibility (<xref:Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderProvider>, <xref:Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder>)
8989
* Advanced validation features (<xref:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator>)
9090
* [Application parts](xref:mvc/extensibility/app-parts) or the [application model](xref:mvc/controllers/application-model)
91-
* [JsonPatch](https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/) support
9291
* [OData](https://www.nuget.org/packages/Microsoft.AspNetCore.OData/) support
9392

9493
Most of these features can be implemented in Minimal APIs with custom solutions, but controllers provide them out of the box.
@@ -151,7 +150,6 @@ Both API projects refer to the following class:
151150
* Form binding support, including <xref:Microsoft.AspNetCore.Http.IFormFile>
152151
* Advanced validation features (<xref:Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidator>)
153152
* [Application parts](xref:mvc/extensibility/app-parts) or the [application model](xref:mvc/controllers/application-model)
154-
* [JsonPatch](https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/) support
155153
* [OData](https://www.nuget.org/packages/Microsoft.AspNetCore.OData/) support
156154

157155
## See also

0 commit comments

Comments
 (0)