Update a brand's profile
The id of the brand.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThis class provides the Brand Profile Dto.
The slogan.
The logo URL.
The favicon URL.
The primary color. Color for primary actions, buttons, text links. 3 and 6 digit hex code values accepted.
The primary color hover. Color for primary actions, buttons, text links hover. 3 and 6 digit hex code values accepted.
This value is used to determine the secondary color of the brand. Color for background to accent your UI. 3 and 6 digit hex code values accepted.
This value is used to determine the tertiary color of the brand. Color for background to accent your UI. 3 and 6 digit hex code values accepted.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
This is the data to be returned to the client.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
API call exceeded rate limit due to too many requests.
Last updated