mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
it's orgs not organizations
This commit is contained in:
@@ -523,7 +523,7 @@ namespace Octokit
|
||||
/// <returns></returns>
|
||||
public static Uri OrganizationTeams(string organization)
|
||||
{
|
||||
return "organizations/{0}/teams".FormatUri(organization);
|
||||
return "orgs/{0}/teams".FormatUri(organization);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user