Skip to content

Commit 9e281c6

Browse files
authored
Remove JsonPatch support mention from APIs doc
Contributes to #36419
1 parent 84eb7f9 commit 9e281c6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aspnetcore/fundamentals/apis.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)