optimization_templates
Copy Template To Project
Copy an existing template into a target project as a new template.
Parameters
template_id : str The ID of the source template to copy. body : CopyOptimizationTemplateRequest The target project ID.
Returns
OptimizationTemplate The newly created copy in the target project.
Raises
NotFoundError If no template with the given ID exists. ConflictError If a template with the same name already exists in the target project.
post/optimization_templates/{template_id}/copy
Path parameters
template_idstring required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.