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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsLists all imported extensions in the tenant.
Lists all imported extensions in the tenant.
Optionaloptions: 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
Optionaldata?: ExtensionThe extension model.
Optionalfile?: BodyInitExtension archive.
Optionaloptions: 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
Optionaldata?: ExtensionThe extension model.
Optionalfile?: BodyInitExtension archive.
Optionaloptions: ApiCallOptions
Clears the cache for extensions api requests.