Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/v3/repos/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Name | Type | Description
-----|------|--------------
`Content-Type`|`string` | **Required**. The content type of the asset. This should be set in the Header. Example: `"application/zip"`. For a list of acceptable types, refer this list of [common media types](http://en.wikipedia.org/wiki/Internet_media_type#List_of_common_media_types).
`name`|`string` | **Required**. The file name of the asset. This should be set in the URI query parameter.

`label`|`string` | An alternate short description of the asset. Used in place of the filename.

Send the raw binary content of the asset as the request body.

Expand Down