From 81ff358642c9702a328273dbf738974088748715 Mon Sep 17 00:00:00 2001 From: Colin Gemmell Date: Sun, 21 Oct 2012 00:04:36 +0200 Subject: [PATCH 1/2] Update content/v3/repos/keys.md Add instruction to add repo:keys to authorization to ensure requests will work --- content/v3/repos/keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/v3/repos/keys.md b/content/v3/repos/keys.md index 464de222d5..0922675282 100644 --- a/content/v3/repos/keys.md +++ b/content/v3/repos/keys.md @@ -7,6 +7,8 @@ title: Repo Deploy Keys | GitHub API * TOC {:toc} +The authorization used must have repo:keys scope added to it + ## List GET /repos/:owner/:repo/keys From 16fb81718702da4f55c5bfafa3cc71406f4be078 Mon Sep 17 00:00:00 2001 From: Colin Gemmell Date: Sun, 21 Oct 2012 00:05:12 +0200 Subject: [PATCH 2/2] Update content/v3/repos/keys.md made authorization clearer --- content/v3/repos/keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/repos/keys.md b/content/v3/repos/keys.md index 0922675282..046b0dc84d 100644 --- a/content/v3/repos/keys.md +++ b/content/v3/repos/keys.md @@ -7,7 +7,7 @@ title: Repo Deploy Keys | GitHub API * TOC {:toc} -The authorization used must have repo:keys scope added to it +Permissions required: repo:keys ## List