2 references to PatchAsync
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchContentTypeEndToEndTest.cs (1)
52using var response = await client.PatchAsync(route, content);
Microsoft.AspNetCore.JsonPatch.Tests (1)
JsonPatchContentTypeEndToEndTest.cs (1)
53using var response = await client.PatchAsync(route, content);