Sets the brand active and de-activates any other active brand. If the brand is already active, no action is taken.
The brand's unique identifier.
an object with the body content
Optional
options: ApiCallOptionsClears the cache for brands api requests.
Clears the cache for brands api requests.
Creates a new brand.
Creates a new brand.
an object with the body content
Optional
description?: stringDescription of the brand.
Optional
favIcon?: BodyInitThe path and name of a properly formatted ICO file. Maximum size is 100 KB.
Optional
logo?: BodyInitThe path and name of a JPG or PNG file that will be adjusted to fit in a 'box' measuring 109px in width and 62 px in height while maintaining aspect ratio. Maximum size of 300 KB, but smaller is recommended.
Name of the brand.
Optional
styles?: BodyInitThe path and name of a JSON file to define brand style settings. Maximum size is 100 KB. This property is not currently operational.
Optional
options: ApiCallOptionsCreates a brand file for the specified identifier.
Creates a brand file for the specified identifier.
The brand's unique identifier.
The unique identifier of a file within a brand.
an object with the body content
Optional
file?: BodyInitThe path and name of a file to upload.
Optional
options: ApiCallOptionsSets the brand so it is no longer active, returning the tenant the Qlik default brand. If the brand is already inactive, no action is taken.
Sets the brand so it is no longer active, returning the tenant the Qlik default brand. If the brand is already inactive, no action is taken.
The brand's unique identifier.
an object with the body content
Optional
options: ApiCallOptionsDeletes a specific brand. If the active brand is deleted, the tenant will return to the Qlik default.
Deletes a specific brand. If the active brand is deleted, the tenant will return to the Qlik default.
The brand's unique identifier.
Optional
options: ApiCallOptionsDeletes the specified brand file.
Deletes the specified brand file.
The brand's unique identifier.
The unique identifier of a file within a brand.
Optional
options: ApiCallOptionsReturns the current active brand. If using the Qlik default brand, no value is returned.
Returns the current active brand. If using the Qlik default brand, no value is returned.
Optional
options: ApiCallOptionsReturns a specific brand.
Returns a specific brand.
The brand's unique identifier.
Optional
options: ApiCallOptionsDownloads the specified brand file.
Downloads the specified brand file.
The brand's unique identifier.
The unique identifier of a file within a brand.
Optional
options: ApiCallOptionsLists all brand entries for a tenant.
Lists all brand entries for a tenant.
an object with query parameters
Optional
endingBefore?: stringCursor to previous.
Optional
limit?: numberMaximum number of brands to retrieve.
Optional
sort?: Field to sort by, prefixed with -/+ to indicate the order.
Optional
startingAfter?: stringCursor to the next page.
Optional
options: ApiCallOptionsPatches a brand.
Patches a brand.
The brand's unique identifier.
an object with the body content
Optional
options: ApiCallOptionsUpdates the specified brand file.
Updates the specified brand file.
The brand's unique identifier.
The unique identifier of a file within a brand.
an object with the body content
Optional
file?: BodyInitA file to upload.
Optional
options: ApiCallOptions
Sets the brand active and de-activates any other active brand. If the brand is already active, no action is taken.