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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ asset's name and label in URI query parameters.
171
171
172
172
Name | Type | Description
173
173
-----|------|--------------
174
-
`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).
174
+
`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 [media types][media type list].
175
175
`name`|`string` | **Required**. The file name of the asset. This should be set in a URI query parameter.
176
176
`label`|`string` | An alternate short description of the asset. Used in place of the filename. This should be set in a URI query parameter.
177
177
@@ -239,4 +239,5 @@ Name | Type | Description
239
239
240
240
<%= headers 204 %>
241
241
242
+
[media type list]: https://www.iana.org/assignments/media-types/media-types.xhtml
0 commit comments