We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Makes an HTTP call with the PATCH verb. Similar to the native GetAsync/PostAsync/DeleteAsync methods.
var client = new HttpClient(); await client.PatchAsync(new Uri("http://www.myserver.com/endpoint"), new StringContent("{ id: 1, name: \"test\" }"));
There was an error while loading. Please reload this page.