Update template
PUT/nevisadmin/api/v1/tenants/:tenantKey/project-templates/:projectTemplateKey
Required permission: MODIFY_TENANT on the tenant, or global scope
Update a project template. Sending the projectTemplate in the body, and filling out its title, summary, and categories fields is mandatory.
Setting the projectKey field is optional. If set, the template's content and description will be reloaded from the specified project. Note: This is the only way to update the project's description.
If no icon is sent, the original icon will be kept.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid or missing projectTemplate body, invalid template fields, invalid icon, or the source project has no description
Insufficient permissions.
Project template or source project not found