Enable a global plugin template
POST/api/v1/admin/plugins/:pluginType/:pluginId/templates/:templateName/enableGlobal
Enable a global plugin template for a specific plugin. This will enable the template globally for all organizations, but it can still be overwritten by organization-specific templates.
Request
Responses
- 200
- 400
- 401
- 404
Successfully enabled the global plugin template.
Response Headers
The specified plugin is not installed or the template could not be enabled.
Response Headers
Invalid Token
Response Headers
The specified plugin template does not exist.