use the new PUT method

This commit is contained in:
Haroon
2013-11-14 08:32:18 +00:00
parent 2ac500ba2c
commit 164c5b5faa
+1 -1
View File
@@ -90,7 +90,7 @@ namespace Octokit
var endpoint = "repos/{0}/{1}/collaborators/{2}".FormatUri(owner, repo, user);
return ApiConnection.Put<object>(endpoint, null);
return ApiConnection.Put(endpoint);
}
/// <summary>