v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Media Sharing

Update Channel

Updates settings for a sharing channel (currently there is only one default channel) - this is a Master account operation

patch/v1/accounts/{{account_id}}/channels{channel_name}}

Path parameters

account_idstring required

Video Cloud account ID.

channel_namestring required

The name of the channel - usually default

Headers

Content-Typestring required

Content-Type: application/json

Authorizationstring required

Authorization: Bearer {access_token} - see Getting Access Tokens

Request body

account_idstring

master account id

account_namestring

master account name

created_atstring

when the channel was created

enforce_custom_fieldsboolean

if true, will allow sharing only if the affiliate account has all custom fields that have values for the video to be shared

enforce_geoboolean

if true, and master account is enabled for geo-filtering

namestring

channel name

updated_atstring

when the channel was last updated

Response

200

account_idstring

master account id

account_namestring

master account name

created_atstring

when the channel was created

enforce_custom_fieldsboolean

if true, will allow sharing only if the affiliate account has all custom fields that have values for the video to be shared

enforce_geoboolean

if true, and master account is enabled for geo-filtering

namestring

channel name

updated_atstring

when the channel was last updated