Create template
POST/nevisadmin/api/v1/tenants/:tenantKey/project-templates
Required permission: MODIFY_TENANT on the tenant, or global scope
Create a new project template from a project. Providing an icon is optional.
Note: If no projectTemplateKey is provided in the body, the template will be generated with a projectTemplateKey derived from the projectKey.
Request
Responses
- 201
- 400
- 403
- 404
Created
Invalid or missing projectTemplate body, invalid template fields, invalid icon, or the source project has no description
Insufficient permissions.
Source project not found