mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
ID -> Id
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>
|
||||
/// https://developer.github.com/v3/users/keys/#get-a-single-public-key
|
||||
/// </remarks>
|
||||
/// <param name="id">The ID of the SSH key</param>
|
||||
/// <param name="id">The Id of the SSH key</param>
|
||||
/// <returns>View extended details for a single public key.</returns>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get")]
|
||||
IObservable<PublicKey> Get(int id);
|
||||
|
||||
Reference in New Issue
Block a user