Update stored media
Updates the specified stored media file and returns the updated resource.
Path parameters
Uniquely identifies a media resource.
Request body
Example request
{
"media_url": "http://www.example.com/audio.mp3",
"ttl_secs": 86400
}Response
A response describing a media resource
Example response
{
"data": {
"content_type": "application/xml",
"created_at": "2019-01-23T18:10:02.574Z",
"expires_at": "2020-01-23T18:10:02.574Z",
"media_name": "f5586561-8ff0-4291-a0ac-84fe544797bd",
"updated_at": "2019-01-23T18:10:02.574Z"
}
}Changes
Changed in 2 of the 61 revisions of this API.8
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲