Clears the cache for themes api requests.
Deletes a specific theme matching either theme ID or theme name.
Deletes a specific theme matching either theme ID or theme name.
Theme identifier or its qextFilename.
Optional
options: ApiCallOptionsDownloads a file from the theme matching either theme ID or theme name, identified by the file path within the imported extension.
Downloads a file from the theme matching either theme ID or theme name, identified by the file path within the imported extension.
Theme identifier or its qextFilename.
Path to the file location within the specified theme archive. Folders separated with forward slashes.
Optional
options: ApiCallOptionsDownloads all files in the theme matching either theme ID or theme name as a .zip
archive.
Downloads all files in the theme matching either theme ID or theme name as a .zip
archive.
Theme identifier or its qextFilename
Optional
options: ApiCallOptionsReturns a specific theme matching either theme ID or theme name.
Returns a specific theme matching either theme ID or theme name.
Theme identifier or its qextFilename
Optional
options: ApiCallOptionsLists all imported themes in the tenant.
Lists all imported themes in the tenant.
Optional
options: ApiCallOptionsUpdates a specific theme matching either theme ID or theme name. Accepts either provided file or data object.
Updates a specific theme matching either theme ID or theme name. Accepts either provided file or data object.
Theme identifier or its qextFilename.
an object with the body content
Optional
data?: ThemeThe theme model.
Optional
file?: BodyInitTheme archive.
Optional
options: ApiCallOptionsCreates a new theme. Accepts either provided file or data object. The name of the new theme must be different to any existing themes.
Creates a new theme. Accepts either provided file or data object. The name of the new theme must be different to any existing themes.
an object with the body content
Optional
data?: ThemeThe theme model.
Optional
file?: BodyInitTheme archive.
Optional
options: ApiCallOptions
Clears the cache for themes api requests.