File tree Expand file tree Collapse file tree 9 files changed +25
-25
lines changed
Expand file tree Collapse file tree 9 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ title: Gist Comments API v3 | developer.github.com
55# Gist Comments API
66
77Gist Comments leverage [ these] ( #custom-mime-types ) custom mime types.
8- You can read more about the use of mimes types in the API
9- [ here] ( /v3/mimes / ) .
8+ You can read more about the use of mime types in the API
9+ [ here] ( /v3/mime / ) .
1010
1111## List comments on a gist
1212
6969
7070## Custom Mime Types
7171
72- These are the support mime types for gist comments. You can read more about the
73- use of mimes types in the API [ here] ( /v3/mimes / ) .
72+ These are the supported mime types for gist comments. You can read more about the
73+ use of mime types in the API [ here] ( /v3/mime / ) .
7474
7575 application/vnd.github-gistcomment.raw+json
7676 application/vnd.github-gistcomment.text+json
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ or `base64`. If your data cannot be losslessly sent as a UTF-8 string,
1010you can base64 encode it.
1111
1212Blobs leverage [ these] ( #custom-mime-types ) custom mime types. You can
13- read more about the use of mimes types in the API [ here] ( /v3/mimes / ) .
13+ read more about the use of mime types in the API [ here] ( /v3/mime / ) .
1414
1515## Get a Blob
1616
@@ -37,8 +37,8 @@ read more about the use of mimes types in the API [here](/v3/mimes/).
3737
3838## Custom Mime Types
3939
40- These are the support mime types for blobs. You can read more about the
41- use of mimes types in the API [ here] ( /v3/mimes / ) .
40+ These are the supported mime types for blobs. You can read more about the
41+ use of mime types in the API [ here] ( /v3/mime / ) .
4242
4343 application/json
4444 application/vnd.github-blob.raw
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: Issues API v3 | developer.github.com
55# Issues API
66
77Issues leverage [ these] ( #custom-mime-types ) custom mime types. You can
8- read more about the use of mimes types in the API [ here] ( /v3/mimes / ) .
8+ read more about the use of mime types in the API [ here] ( /v3/mime / ) .
99
1010## List your issues
1111
@@ -170,8 +170,8 @@ Issue. Send an empty array (`[]`) to clear all Labels from the Issue.
170170
171171## Custom Mime Types
172172
173- These are the support mime types for issues. You can read more about the
174- use of mimes types in the API [ here] ( /v3/mimes / ) .
173+ These are the supported mime types for issues. You can read more about the
174+ use of mime types in the API [ here] ( /v3/mime / ) .
175175
176176 application/vnd.github-issue.raw+json
177177 application/vnd.github-issue.text+json
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ title: Issue Comments API v3 | developer.github.com
55# Issue Comments API
66
77Issue Comments leverage [ these] ( #custom-mime-types ) custom mime types.
8- You can read more about the use of mimes types in the API
9- [ here] ( /v3/mimes / ) .
8+ You can read more about the use of mime types in the API
9+ [ here] ( /v3/mime / ) .
1010
1111## List comments on an issue
1212
7070
7171## Custom Mime Types
7272
73- These are the support mime types for issue comments. You can read more
74- about the use of mimes types in the API [ here] ( /v3/mimes / ) .
73+ These are the supported mime types for issue comments. You can read more
74+ about the use of mime types in the API [ here] ( /v3/mime / ) .
7575
7676 application/vnd.github-issuecomment.raw+json
7777 application/vnd.github-issuecomment.text+json
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ title: Pull Request API v3 | developer.github.com
55# Pull Request API
66
77Pull Requests leverage [ these] ( #custom-mime-types ) custom mime types. You
8- can read more about the use of mimes types in the API
9- [ here] ( /v3/mimes / ) .
8+ can read more about the use of mime types in the API
9+ [ here] ( /v3/mime / ) .
1010
1111## List pull requests
1212
@@ -166,8 +166,8 @@ commit\_message
166166
167167## Custom Mime Types
168168
169- These are the support mime types for pull requests. You can read more about the
170- use of mimes types in the API [ here] ( /v3/mimes / ) .
169+ These are the supported mime types for pull requests. You can read more about the
170+ use of mime types in the API [ here] ( /v3/mime / ) .
171171
172172 application/vnd.github-pull.raw+json
173173 application/vnd.github-pull.text+json
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: Pull Request Comments API v3 | developer.github.com
66
77Pull Request Comments leverage [ these] ( #custom-mime-types ) custom mime
88types. You can read more about the use of mime types in the API
9- [ here] ( /v3/mimes / ) .
9+ [ here] ( /v3/mime / ) .
1010
1111## List comments on a pull request
1212
108108
109109## Custom Mime Types
110110
111- These are the support mime types for pull request comments. You can read
112- more about the use of mime types in the API [ here] ( /v3/mimes / ) .
111+ These are the supported mime types for pull request comments. You can read
112+ more about the use of mime types in the API [ here] ( /v3/mime / ) .
113113
114114 application/vnd.github-pullcomment.raw+json
115115 application/vnd.github-pullcomment.text+json
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ will be returned.
3434## List commit comments for a repository
3535
3636Commit Comments leverage [ these] ( #custom-mime-types ) custom mime types. You can
37- read more about the use of mimes types in the API [ here] ( /v3/mimes / ) .
37+ read more about the use of mime types in the API [ here] ( /v3/mime / ) .
3838
3939 GET /repos/:user/:repo/comments
4040
135135
136136## Custom Mime Types
137137
138- These are the support mime types for commit comments. You can read more
139- about the use of mimes types in the API [ here] ( /v3/mimes / ) .
138+ These are the supported mime types for commit comments. You can read more
139+ about the use of mime types in the API [ here] ( /v3/mime / ) .
140140
141141 application/vnd.github-commitcomment.raw+json
142142 application/vnd.github-commitcomment.text+json
Original file line number Diff line number Diff line change 4242 < h3 > < a href ="# " class ="js-expand-btn collapsed "> </ a > < a href ="/v3/ "> Summary</ a > </ h3 >
4343 < ul class ="js-guides ">
4444 < li > < a href ="/v3/oauth/ "> OAuth</ a > </ li >
45- < li > < a href ="/v3/mimes / "> Mime Types</ a > </ li >
45+ < li > < a href ="/v3/mime / "> Mime Types</ a > </ li >
4646 </ ul >
4747 </ li >
4848 < li class ="js-topic ">
You can’t perform that action at this time.
0 commit comments