http://www.kaltura.com/api_v3/service/uiconf/action/update
JSON object:
{
id: value,
uiConf: {
objectType: "KalturaUiConf",
name: "value",
description: "value",
objType: value,
width: value,
height: value,
htmlParams: "value",
swfUrl: "value",
confFile: "value",
confFileFeatures: "value",
config: "value",
confVars: "value",
useCdn: value,
tags: "value",
swfUrlVersion: "value",
creationMode: value,
html5Url: "value",
partnerTags: "value",
v2Redirect: {
objectType: "KalturaUiConfV2Redirect",
v7id: value,
isApproved: value,
translatePlugins: value
}
}
}
|