mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 10:25:36 +00:00
updated wording
This commit is contained in:
@@ -167,7 +167,7 @@ namespace Octokit
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Puts the API object at the specified URI.
|
||||
/// Creates or replaces the API resource at the specified URI
|
||||
/// </summary>
|
||||
/// <param name="uri">URI of the API resource to put</param>
|
||||
/// <returns>A <see cref="Task"/> for the request's execution.</returns>
|
||||
|
||||
@@ -101,9 +101,9 @@ namespace Octokit
|
||||
Task<T> Post<T>(Uri uri, object data, string accepts, string contentType);
|
||||
|
||||
/// <summary>
|
||||
/// PUTS the API object at the specified URI.
|
||||
/// Creates or replaces the API resource at the specified URI
|
||||
/// </summary>
|
||||
/// <param name="uri">URI of the API resource to delete</param>
|
||||
/// <param name="uri">URI of the API resource to put</param>
|
||||
/// <returns>A <see cref="Task"/> for the request's execution.</returns>
|
||||
Task Put(Uri uri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user