Enable plugin
POST/api/v4/plugins/:plugin_id/enable
Enable a previously uploaded plugin. Plugins must be enabled in the server's config settings.
Permissions
Must have manage_system permission.
Minimum server version: 4.4
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Plugin enabled successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled