Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1074 from github/shiftkey-correct-media-type
Browse files Browse the repository at this point in the history
GPG Keys documentation specify multiple potential Accept values
  • Loading branch information
shiftkey committed Jun 15, 2016
2 parents 6a692ce + 3f40d00 commit 3293b3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/v3/git/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Please see the [blog post](/changes/2016-04-04-git-signing-api-preview) for full

To receive signature verification data in commit objects you must provide a custom [media type](/v3/media) in the `Accept` header:

application/vnd.github.cryptographer-preview+sha
application/vnd.github.cryptographer-preview

{{/tip}}

Expand Down
2 changes: 1 addition & 1 deletion content/v3/git/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Please see the [blog post](/changes/2016-04-04-git-signing-api-preview) for full

To receive signature verification data in tag objects you must provide a custom [media type](/v3/media) in the `Accept` header:

application/vnd.github.cryptographer-preview+sha
application/vnd.github.cryptographer-preview

{{/tip}}

Expand Down
2 changes: 1 addition & 1 deletion content/v3/repos/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Please see the [blog post](/changes/2016-04-04-git-signing-api-preview) for full

To receive signature verification data in commit objects you must provide a custom [media type](/v3/media) in the `Accept` header:

application/vnd.github.cryptographer-preview+sha
application/vnd.github.cryptographer-preview

{{/tip}}

Expand Down
2 changes: 1 addition & 1 deletion content/v3/users/gpg_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: User GPG Keys

To access the API you must provide a custom [media type](/v3/media) in the `Accept` header:

application/vnd.github.cryptographer-preview+sha
application/vnd.github.cryptographer-preview

{{/tip}}

Expand Down

0 comments on commit 3293b3e

Please sign in to comment.