Skip to main content

Update stored media

PUT 
/media/:media_name

Updates a stored media file.

Request

Path Parameters

    media_name stringrequired

    Uniquely identifies a media resource.

Body

required

Update media request

    media_url string

    The URL where the media to be stored in Telnyx network is currently hosted. The maximum allowed size is 20 MB.

    ttl_secs integer

    The number of seconds after which the media resource will be deleted, defaults to 2 days. The maximum allowed vale is 630720000, which translates to 20 years.

Responses

200: A response describing a media resource

default: Unexpected error

Loading...