post https://api.gumlet.com/v1/video/sources/
This endpoint allows users to update video collection that has previously been created.
Log in to see full request history
Responses
This endpoint allows users to update video collection that has previously been created.
xxxxxxxxxx
14curl --request POST \
--url https://api.gumlet.com/v1/video/sources/video_source_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"video_protection": {
"signed_url": false
},
"channel_settings": {
"active": false
}
}
'
Try It!
to start a request and see the response here! Or choose an example: