Create Optimization Template
Create a new project-level optimization template.
Parameters
body : CreateOptimizationTemplate Template creation data including the owner project_id.
Returns
OptimizationTemplate Created optimization template.
Raises
DuplicateResourceError If a template with the same name already exists in the project.
Body
Model for creating a new optimization template.
Validates initial_form_data against DesignOptimizationDataFitConfigSchema to ensure new templates conform to the current schema.
Response
Successful Response
Model representing an optimization template as returned by the API.
The name of the optimization template.
The unique identifier for the template.
The ID of the organization this template belongs to.
Timestamp of when the template was created.
Timestamp of when the template was last updated.
An optional description for the template.
Initial form data values.
The ID of the owner project (None for system templates).
Template scope: 'system' for built-in, 'project' for user-created.