File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ title: Gist Comments | GitHub API
99
1010Gist Comments leverage [ these] ( #custom-mime-types ) custom mime types.
1111You can read more about the use of mime types in the API
12- [ here] ( /v3/mime / ) .
12+ [ here] ( /v3/media / ) .
1313
1414## List comments on a gist
1515
7373## Custom Mime Types
7474
7575These are the supported mime types for gist comments. You can read more about the
76- use of mime types in the API [ here] ( /v3/mime / ) .
76+ use of mime types in the API [ here] ( /v3/media / ) .
7777
7878 application/vnd.github.VERSION.raw+json
7979 application/vnd.github.VERSION.text+json
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ or `base64`. If your data cannot be losslessly sent as a UTF-8 string,
1313you can base64 encode it.
1414
1515Blobs leverage [ these] ( #custom-mime-types ) custom mime types. You can
16- read more about the use of mime types in the API [ here] ( /v3/mime / ) .
16+ read more about the use of mime types in the API [ here] ( /v3/media / ) .
1717
1818## Get a Blob
1919
@@ -41,7 +41,7 @@ read more about the use of mime types in the API [here](/v3/mime/).
4141## Custom Mime Types
4242
4343These are the supported mime types for blobs. You can read more about the
44- use of mime types in the API [ here] ( /v3/mime / ) .
44+ use of mime types in the API [ here] ( /v3/media / ) .
4545
4646 application/json
4747 application/vnd.github.VERSION.raw
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: Issues | GitHub API
88{: toc }
99
1010Issues leverage [ these] ( #custom-mime-types ) custom mime types. You can
11- read more about the use of mime types in the API [ here] ( /v3/mime / ) .
11+ read more about the use of mime types in the API [ here] ( /v3/media / ) .
1212
1313## List your issues
1414
@@ -174,7 +174,7 @@ Issue. Send an empty array (`[]`) to clear all Labels from the Issue.
174174## Custom Mime Types
175175
176176These are the supported mime types for issues. You can read more about the
177- use of mime types in the API [ here] ( /v3/mime / ) .
177+ use of mime types in the API [ here] ( /v3/media / ) .
178178
179179 application/vnd.github.VERSION.raw+json
180180 application/vnd.github.VERSION.text+json
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ comments on issues and pull requests.
1212
1313Issue Comments leverage [ these] ( #custom-mime-types ) custom mime types.
1414You can read more about the use of mime types in the API
15- [ here] ( /v3/mime / ) .
15+ [ here] ( /v3/media / ) .
1616
1717## List comments on an issue
1818
7777## Custom Mime Types
7878
7979These are the supported mime types for issue comments. You can read more
80- about the use of mime types in the API [ here] ( /v3/mime / ) .
80+ about the use of mime types in the API [ here] ( /v3/media / ) .
8181
8282 application/vnd.github.VERSION.raw+json
8383 application/vnd.github.VERSION.text+json
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Comments API](/v3/issues/comments/).
1313
1414Pull Requests leverage [ these] ( #custom-mime-types ) custom mime types. You
1515can read more about the use of mime types in the API
16- [ here] ( /v3/mime / ) .
16+ [ here] ( /v3/media / ) .
1717
1818## Link Relations
1919
@@ -193,7 +193,7 @@ commit\_message
193193## Custom Mime Types
194194
195195These are the supported mime types for pull requests. You can read more about the
196- use of mime types in the API [ here] ( /v3/mime / ) .
196+ use of mime types in the API [ here] ( /v3/media / ) .
197197
198198 application/vnd.github.VERSION.raw+json
199199 application/vnd.github.VERSION.text+json
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Comments (which do not reference a portion of the unified diff).
1414
1515Pull Request Review Comments leverage [ these] ( #custom-mime-types ) custom mime
1616types. You can read more about the use of mime types in the API
17- [ here] ( /v3/mime / ) .
17+ [ here] ( /v3/media / ) .
1818
1919## List comments on a pull request
2020
117117## Custom Mime Types
118118
119119These are the supported mime types for pull request comments. You can read
120- more about the use of mime types in the API [ here] ( /v3/mime / ) .
120+ more about the use of mime types in the API [ here] ( /v3/media / ) .
121121
122122 application/vnd.github.VERSION.raw+json
123123 application/vnd.github.VERSION.text+json
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ title: Repo Comments | GitHub API
1010## List commit comments for a repository
1111
1212Commit Comments leverage [ these] ( #custom-mime-types ) custom mime types. You can
13- read more about the use of mime types in the API [ here] ( /v3/mime / ) .
13+ read more about the use of mime types in the API [ here] ( /v3/media / ) .
1414
1515Comments are ordered by ascending ID.
1616
104104## Custom Mime Types
105105
106106These are the supported mime types for commit comments. You can read more
107- about the use of mime types in the API [ here] ( /v3/mime / ) .
107+ about the use of mime types in the API [ here] ( /v3/media / ) .
108108
109109 application/vnd.github-commitcomment.raw+json
110110 application/vnd.github-commitcomment.text+json
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: Repo Contents | GitHub API
88{: toc }
99
1010These API methods let you retrieve the contents of files within a repository as
11- Base64 encoded content. See [ Mime types] ( /v3/mime ) for requesting raw or other formats.
11+ Base64 encoded content. See [ Mime types] ( /v3/media/ ) for requesting raw or other formats.
1212
1313## Get the README
1414
You can’t perform that action at this time.
0 commit comments