Branding Detail - Updates brand details
The requested API version
1.0
Class for storing information about branding.
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.
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.
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.
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.
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.
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.
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.
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.
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.
PUT /branding HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"brandName": "text",
"base64String": "text",
"imageExtension": "text",
"copyrightValue": "text",
"privacyPolicy": "text",
"headerColor": "text",
"headerTextColor": "text",
"leftNavColor": "text",
"leftNavTextColor": "text"
}
{
"brandName": "text",
"logoUrl": "text",
"imageExtension": "text",
"copyrightValue": "text",
"privacyPolicy": "text",
"headerColor": "text",
"headerTextColor": "text",
"leftNavColor": "text",
"leftNavTextColor": "text"
}
Last updated