How to use JsonPatchDocument with .NET 9 minimal API

preview_player
Показать описание
Authorised Territory code examples - This #dotnet #webapi #tutorial shows how use JsonPatchDocument with .NET minimal API.
When using minimal API instead of controllers it is not possible in .NET 9 to add the [FromBody] attribute to the parameter because ASP.NET Core Minimal APIs use System.Text.Json for body binding by default.
Рекомендации по теме
welcome to shbcf.ru