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