mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
update xml comments
This commit is contained in:
@@ -162,6 +162,9 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Add a repository to the team
|
||||
/// </summary>
|
||||
/// <param name="id">The team identifier.</param>
|
||||
/// <param name="organization">Org to associate the repo with.</param>
|
||||
/// <param name="repoName">Name of the repo.</param>
|
||||
/// <param name="permission">The permission to grant the team on this repository.</param>
|
||||
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
|
||||
/// <returns></returns>
|
||||
|
||||
@@ -320,6 +320,9 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Add a repository to the team
|
||||
/// </summary>
|
||||
/// <param name="id">The team identifier.</param>
|
||||
/// <param name="organization">Org to associate the repo with.</param>
|
||||
/// <param name="repoName">Name of the repo.</param>
|
||||
/// <param name="permission">The permission to grant the team on this repository.</param>
|
||||
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
|
||||
/// <returns></returns>
|
||||
|
||||
Reference in New Issue
Block a user