Skip to content

Commit d97db00

Browse files
committed
Merge pull request github#211 from sigmavirus24/fix_gist
Make note of the changes for the v3 media type in gists
2 parents 8971591 + ed49926 commit d97db00

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/v3/gists.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Only gists updated at or after this time are returned.
4949

5050
GET /gists/:id
5151

52+
_Note_: When using the [v3 media type][2] the "user" field will become "owner"
53+
5254
### Response
5355

5456
<%= headers 200 %>
@@ -176,3 +178,4 @@ including the filename with a null hash.
176178
<%= headers 204 %>
177179

178180
[1]: /v3/oauth/#scopes
181+
[2]: /v3/media

content/v3/media.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Custom Media Types | GitHub API
33
---
44

5+
* TOC
6+
{:toc}
7+
58
# GitHub Media Types
69

710
Custom media types are used in the API to let consumers choose the format

0 commit comments

Comments
 (0)