optimization_templates
Update Optimization Template
Update the name and/or description of a project-level optimization template.
Parameters
template_id : str The ID of the template to update. body : UpdateOptimizationTemplate Fields to update (name, description).
Returns
OptimizationTemplate The updated template.
Raises
NotFoundError If no template with the given ID exists. ConflictError If a template with the new name already exists in the project.
patch/optimization_templates/{template_id}
Path parameters
template_idstring required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.