Fork template (Cloud-only)
Forks a template version into a new template
Path parameters
project
The project slug
template_version
The template version, formatted as {template-name}:{version-number} or {template-name}:latest
Headers
Authorization
Header authentication of the form Bearer <token>
Request
Body
name
Optional custom name for the forked template. If not provided, a random name will be generated.
Response
200
name
The exact name of the template
id
project_id
project_slug
latest_version
The latest version of the template
template_deployment_slug
The full name of the template, including version and project slug
description