DescriptionUpdates an existing Profile in the Media Encoding Cluster, the Profile changes will be available immediately. Request Method POST ActionUrl/api/v1/profile/{profile-uuid} Request Parameter
Response Elements
ExamplesExample Request URL: http://localhost:8080/api/v1/profile/df694838-a8bc-44a2-8fc7-e162ca211a6f { "name":"Adobe Flash flv(320x240 500kb) mp3(128kb 44.1kHz stereo) ", "description":"test beschreibung", "format":{ "id":"flv", "fileExtension":"flv" }, "video":{ "id":"flv", "type":"video", "b":"500000", "g":"250", "qmin":"2", "qmax":"51", "qdiff":"4", "time_base":"1/25", "aspect":"64/45", "width":"320", "height":"240", "flags":"global_header" }, "audio":{ "id":"flv", "type":"audio", "ab":"128000", "ac":"2", "ar":"44100", "flags":"global_header" } } Example Response { "response": { "status": "ok", "message": "", "requestID": "5322005e-4b62-11e1-9d83-0023ae8ddf40" }, "uuid": "df694838-a8bc-44a2-8fc7-e162ca211a6f" } Related Operations |