mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
use HTTP verbs for clarity: PATCH edition
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Octokit
|
||||
return response.BodyAsObject;
|
||||
}
|
||||
|
||||
public async Task<T> Update<T>(Uri endpoint, object data)
|
||||
public async Task<T> Patch<T>(Uri endpoint, object data)
|
||||
{
|
||||
Ensure.ArgumentNotNull(endpoint, "endpoint");
|
||||
Ensure.ArgumentNotNull(data, "data");
|
||||
|
||||
Reference in New Issue
Block a user