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

Commit 3f40d00

Browse files
committed
correct Accept media type to remove sha suffix
1 parent fec818e commit 3f40d00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/v3/git/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Please see the [blog post](/changes/2016-04-04-git-signing-api-preview) for full
7272

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

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

7777
{{/tip}}
7878

content/v3/git/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Please see the [blog post](/changes/2016-04-04-git-signing-api-preview) for full
7676

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

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

8181
{{/tip}}
8282

content/v3/repos/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Please see the [blog post](/changes/2016-04-04-git-signing-api-preview) for full
9898

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

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

103103
{{/tip}}
104104

content/v3/users/gpg_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: User GPG Keys
1616

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

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

2121
{{/tip}}
2222

0 commit comments

Comments
 (0)