We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8971591 + ed49926 commit d97db00Copy full SHA for d97db00
content/v3/gists.md
@@ -49,6 +49,8 @@ Only gists updated at or after this time are returned.
49
50
GET /gists/:id
51
52
+_Note_: When using the [v3 media type][2] the "user" field will become "owner"
53
+
54
### Response
55
56
<%= headers 200 %>
@@ -176,3 +178,4 @@ including the filename with a null hash.
176
178
<%= headers 204 %>
177
179
180
[1]: /v3/oauth/#scopes
181
+[2]: /v3/media
content/v3/media.md
@@ -2,6 +2,9 @@
2
title: Custom Media Types | GitHub API
3
---
4
5
+* TOC
6
+{:toc}
7
8
# GitHub Media Types
9
10
Custom media types are used in the API to let consumers choose the format
0 commit comments