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