Branding Detail - Update existing brand-related details
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
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.
Responses
200
Successful update of brand related details with newly updated details
400
Bad request received
500
Server related error
put
PUT /branding HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"brandName": "text",
"base64String": "text",
"imageExtension": "text"
}
{
"brandName": "text",
"logoUrl": "text",
"imageExtension": "text"
}
Last updated