Install plugin from url
POST/api/v4/plugins/install_from_url
Supply a URL to a plugin compressed in a .tar.gz file. Plugins must be enabled in the server's config settings.
Permissions
Must have manage_system permission.
Minimum server version: 5.14
Request
Responses
- 201
- 400
- 403
- 501
Plugin install successful
Invalid or missing parameters in URL or request body
Do not have appropriate permissions
Feature is disabled