Cell Specifications
Update a cell specification with nested component/material data
Update an existing cell specification with nested component and material data.
Materials and components are automatically upserted based on uniqueness. Only provided fields will be updated.
Example request body:
{
"capacity": 0.003,
"anode": {
"properties": {"diameter_mm": 16, "thickness_um": 25},
"material": {"name": "Graphite", "manufacturer": "NewSupplier"}
}
}
patch/cell_specifications/{cell_spec_id}
Path parameters
cell_spec_idstring required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.