Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Upload Branding Settings for an Individual Webcast

This endpoint uploads and updates the branding settings for a specified webcast. It requires that the user have edit rights to the webast.

PUT
/api/v2/uploads/webcast-branding/{eventId}

Path Parameters

Parameter Type Validations
eventId string, required Id of the webcast to set the branding

Request Body

LogoImageFile

Logo Image File.

Logo image file content type must match with list at location http://www.iana.org/assignments/media-types/media-types.xhtml#image.

Please provide Content-Type header for the uploaded image file.

BackgroundImageFile

Background Image File.

Background image image file content type must match with list at location http://www.iana.org/assignments/media-types/media-types.xhtml#image.

Please provide Content-Type header for the uploaded image file.

Branding

{
"LogoImageFile": "string",
"BackgroundImageFile": "string",
"Branding": {
"headerColor": "string",
"headerFontColor": "string",
"primaryFontColor": "string",
"accentColor": "string",
"accentFontColor": "string",
"primaryColor": "string",
"logoImageFilename": "string",
"backgroundImageFilename": "string"
}
}

Parameter Description
headerColor Event Primary Color
headerFontColor Event Header Text Color
primaryFontColor Event Text Color
accentColor Event Accent Color
accentFontColor Event Accent Font Color
primaryColor Event Header Background Color
logoImageFilename Logo Image Filename
backgroundImageFilename Background Image Filename

Response Messages

Successful response

Unauthorized error

Internal server error