Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 78f311a

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent b30e47c commit 78f311a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/v3/repos/releases.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,9 @@ This may leave an empty asset with a state of `"new"`. It can be safely deleted
196196

197197
{{#tip}}
198198

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.
203202

204203
{{/tip}}
205204

0 commit comments

Comments
 (0)