Skip to content

Commit 78995d6

Browse files
committed
boom
1 parent 2dd7778 commit 78995d6

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ <h2 id="custom-mime-types">Custom Mime Types</h2>
181181
<p>These are the supported mime types for gist comments. You can read more about the
182182
use of mime types in the API <a href="/v3/mime/">here</a>.</p>
183183

184-
<pre><code>application/vnd.github-gistcomment.raw+json
185-
application/vnd.github-gistcomment.text+json
186-
application/vnd.github-gistcomment.html+json
187-
application/vnd.github-gistcomment.full+json
184+
<pre><code>application/vnd.github.VERSION.raw+json
185+
application/vnd.github.VERSION.text+json
186+
application/vnd.github.VERSION.html+json
187+
application/vnd.github.VERSION.full+json
188188
</code></pre>
189189
</div>
190190

v3/git/blobs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 id="custom-mime-types">Custom Mime Types</h2>
9090
use of mime types in the API <a href="/v3/mime/">here</a>.</p>
9191

9292
<pre><code>application/json
93-
application/vnd.github-blob.raw
93+
application/vnd.github.VERSION.raw
9494
</code></pre>
9595
</div>
9696

v3/issues/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ <h2 id="custom-mime-types">Custom Mime Types</h2>
183183
<p>These are the supported mime types for issue comments. You can read more
184184
about the use of mime types in the API <a href="/v3/mime/">here</a>.</p>
185185

186-
<pre><code>application/vnd.github-issuecomment.raw+json
187-
application/vnd.github-issuecomment.text+json
188-
application/vnd.github-issuecomment.html+json
189-
application/vnd.github-issuecomment.full+json
186+
<pre><code>application/vnd.github.VERSION.raw+json
187+
application/vnd.github.VERSION.text+json
188+
application/vnd.github.VERSION.html+json
189+
application/vnd.github.VERSION.full+json
190190
</code></pre>
191191
</div>
192192

v3/issues/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,10 @@ <h2 id="custom-mime-types">Custom Mime Types</h2>
536536
<p>These are the supported mime types for issues. You can read more about the
537537
use of mime types in the API <a href="/v3/mime/">here</a>.</p>
538538

539-
<pre><code>application/vnd.github-issue.raw+json
540-
application/vnd.github-issue.text+json
541-
application/vnd.github-issue.html+json
542-
application/vnd.github-issue.full+json
539+
<pre><code>application/vnd.github.VERSION.raw+json
540+
application/vnd.github.VERSION.text+json
541+
application/vnd.github.VERSION.html+json
542+
application/vnd.github.VERSION.full+json
543543
</code></pre>
544544
</div>
545545

v3/pulls/comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ <h2 id="custom-mime-types">Custom Mime Types</h2>
239239
<p>These are the supported mime types for pull request comments. You can read
240240
more about the use of mime types in the API <a href="/v3/mime/">here</a>.</p>
241241

242-
<pre><code>application/vnd.github-pullcomment.raw+json
243-
application/vnd.github-pullcomment.text+json
244-
application/vnd.github-pullcomment.html+json
245-
application/vnd.github-pullcomment.full+json
242+
<pre><code>application/vnd.github.VERSION.raw+json
243+
application/vnd.github.VERSION.text+json
244+
application/vnd.github.VERSION.html+json
245+
application/vnd.github.VERSION.full+json
246246
</code></pre>
247247
</div>
248248

v3/pulls/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,10 @@ <h2 id="custom-mime-types">Custom Mime Types</h2>
513513
<p>These are the supported mime types for pull requests. You can read more about the
514514
use of mime types in the API <a href="/v3/mime/">here</a>.</p>
515515

516-
<pre><code>application/vnd.github-pull.raw+json
517-
application/vnd.github-pull.text+json
518-
application/vnd.github-pull.html+json
519-
application/vnd.github-pull.full+json
516+
<pre><code>application/vnd.github.VERSION.raw+json
517+
application/vnd.github.VERSION.text+json
518+
application/vnd.github.VERSION.html+json
519+
application/vnd.github.VERSION.full+json
520520
</code></pre>
521521
</div>
522522

0 commit comments

Comments
 (0)