v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Update Profile
Update an existing profile. Settings provided in body parameters will only be updated in the existing profile.
post/video/profiles/{profile_id}
Path parameters
profile_idstring required
Profile id of the profile which need to be updated.
Request body
Response
200
Example response
{
"profile_id": "61921fb10822a81d955d1730",
"name": "Gumlet-Profile-2",
"transformations": {
"resolution": "240p,360p",
"format": "hls",
"audio_codec": [
"aac"
],
"video_codec": [
"libx264"
],
"thumbnail": [
"auto"
],
"thumbnail_format": "png",
"per_title_encoding": true
},
"created_at": 1636966321742,
"updated_at": 1636975593082
}