mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
use HTTP verbs for clarity: PATCH edition
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Octokit
|
||||
{
|
||||
Ensure.ArgumentNotNull(user, "user");
|
||||
|
||||
return await Client.Update<User>(userEndpoint, user);
|
||||
return await Client.Patch<User>(userEndpoint, user);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user