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.
Optionaloptions: 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.
Optionaloptions: 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
Optionaloptions: 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
Optionaloptions: ApiCallOptionsLists all imported themes in the tenant.
Lists all imported themes in the tenant.
Optionaloptions: 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
Optionaldata?: ThemeThe theme model.
Optionalfile?: BodyInitTheme archive.
Optionaloptions: 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
Optionaldata?: ThemeThe theme model.
Optionalfile?: BodyInitTheme archive.
Optionaloptions: ApiCallOptions
Clears the cache for themes api requests.