assets

Update asset

patch/api/v2/assets/{asset_id}

Path parameters

asset_idstring required

Request body

namestring
start_datestring date-time
end_datestring date-time
durationinteger
is_enabledboolean
is_processingboolean
nocacheboolean
play_orderinteger
skip_asset_checkboolean
skip_ssl_verifyboolean
play_daysinteger[]
play_time_fromstring time nullable
play_time_tostring time nullable
refresh_interval_sinteger
custom_headersobject

Response

asset_idstring required
namestring nullable
uristring nullable
start_datestring date-time nullable
end_datestring date-time nullable
durationinteger nullable
mimetypestring nullable
is_enabledboolean
nocacheboolean
play_orderinteger
skip_asset_checkboolean
skip_ssl_verifyboolean
is_activeboolean required
is_processingboolean
play_daysinteger[] required
play_time_fromstring time nullable
play_time_tostring time nullable
is_reachableboolean required
last_reachability_checkstring date-time nullable required
metadataobject required
refresh_interval_sinteger required
custom_headersobject required

Changes