From 3f40d00c588e90bb879726a2d03372098e29b5b3 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 7 Jun 2016 09:30:31 +0200 Subject: [PATCH] correct Accept media type to remove sha suffix --- content/v3/git/commits.md | 2 +- content/v3/git/tags.md | 2 +- content/v3/repos/commits.md | 2 +- content/v3/users/gpg_keys.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/v3/git/commits.md b/content/v3/git/commits.md index 8b6a43bcd0..2f1a35036a 100644 --- a/content/v3/git/commits.md +++ b/content/v3/git/commits.md @@ -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}} diff --git a/content/v3/git/tags.md b/content/v3/git/tags.md index 42ce97eca8..6a56694a48 100644 --- a/content/v3/git/tags.md +++ b/content/v3/git/tags.md @@ -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}} diff --git a/content/v3/repos/commits.md b/content/v3/repos/commits.md index 7c5020a242..a9fbac3e40 100644 --- a/content/v3/repos/commits.md +++ b/content/v3/repos/commits.md @@ -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}} diff --git a/content/v3/users/gpg_keys.md b/content/v3/users/gpg_keys.md index 935f7ecab3..448737dc56 100644 --- a/content/v3/users/gpg_keys.md +++ b/content/v3/users/gpg_keys.md @@ -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}}