You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/repos/releases.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -196,10 +196,9 @@ This may leave an empty asset with a state of `"new"`. It can be safely deleted
196
196
197
197
{{#tip}}
198
198
199
-
If you want to download the asset's binary content, pass a media type of
200
-
`"application/octet-stream"`. The API will either redirect the client to the
201
-
location, or stream it directly if possible. API clients should handle both a
202
-
`200` or `302` response.
199
+
To download the asset's binary content, set the `Accept` header of the request to [`application/octet-stream`](https://developer.github.com/v3/media/#media-types).
200
+
The API will either redirect the client to the location, or stream it directly if possible.
201
+
API clients should handle both a `200` or `302` response.
0 commit comments