Add a plugin template to an organization
POST/api/v1/admin/plugins/:pluginType/:pluginId/templates/:templateName/addToOrganization
Add a template to an organization. Only one template for a plugin can be assigned to an organization at the same time. An organization-specific template will override any global templates.
Request
Responses
- 200
- 400
- 401
- 404
The template was successfully added to the organization.
Response Headers
The template is already assigned to the organization.
Response Headers
Invalid Token
Response Headers
The specified plugin, plugin template, or organization does not exist.