Branding Detail - Updates brand details

Updates the existing details of a brand based on the provided schema.

put
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for storing information about branding.

brandNamestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BrandName property.

base64Stringstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Base64String property.

imageExtensionstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ImageExtension property.

copyrightValuestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the CopyrightText property.

privacyPolicystring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the PrivacyPolicyUrl property.

headerColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the HeaderColor property.

headerTextColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the HeaderFontColor property.

leftNavColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the LeftNavColor property.

leftNavTextColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the LeftNavFontColor property.

Responses
200

Success: Brand details updated successfully.

put
/branding

Last updated