From 272dab7f9b6e23e7eed1e6a08bf4cc117e48e05f Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:56:08 -0400 Subject: [PATCH 1/4] Call web API PATCH section improvements --- aspnetcore/blazor/call-web-api.md | 188 ++++++++++++++++++++++++++++-- 1 file changed, 180 insertions(+), 8 deletions(-) diff --git a/aspnetcore/blazor/call-web-api.md b/aspnetcore/blazor/call-web-api.md index ee627adcdc52..0862f8a3f38a 100644 --- a/aspnetcore/blazor/call-web-api.md +++ b/aspnetcore/blazor/call-web-api.md @@ -228,13 +228,15 @@ var content = await response.Content.ReadFromJsonAsync(); sends an HTTP PATCH request with JSON-encoded content. -In the following component code, `incompleteTodoItems` is an array of `TodoItem` (not shown). The `UpdateItem` method is triggered by selecting the `