The ID of the addon to execute.
Optional
params: string | string[] | { [key: string]: string }Optional parameters for the addon.
Whether to wait for the addon to finish execution (default is false).
A promise resolving to a string, typically empty on success.
Retrieves the details of a specific addon.
The ID of the addon.
The properties to retrieve.
A promise resolving to the addon details and limits information.
Retrieves a list of all available addons based on the specified criteria.
The type of addons to retrieve (default is "unknown").
The content type for plugins and scripts (default is "unknown").
Filter addons by their enabled status ("all" to include all).
The properties to retrieve for each addon.
Optional
limits: ListLimitsPagination limits to apply.
Filter addons by their installed status ("all" to include all).
A promise resolving to a list of addons and limits information.
Enables or disables a specific addon.
The ID of the addon to enable or disable.
Whether to enable (true) or disable (false) the addon.
A promise resolving to a string, typically empty on success.
Executes the specified addon with optional parameters.