Edit video informations and configurations
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/x-www-form-urlencoded
Request Code Samples
curl --location --request PATCH '/videos/' \
--header 'Accept: application/json' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'title=Example title' \
--data-urlencode 'description=This is the description' \
--data-urlencode 'tag_ids[]=3456' \
--data-urlencode 'privacy=registered' \
--data-urlencode 'collection_id=24847' \
--data-urlencode 'audio_language=IT'
Responses
application/json {
"id": "<string>",
"status": "<string>"
}
Modified at 2024-09-05 10:08:51