Cell Components

Update a cell component by ID

Update an existing cell component identified by its ID.

Only components in the current organization can be updated.

patch/cell_components/{component_id}

Path parameters

component_idstring required

Request body

component_type'cathode' | 'anode' | 'electrolyte' | 'separator' | 'case' | 'cell'

Enum for cell component types.

material_idstring nullable

New material ID

propertiesobject nullable

New properties

Response

Successful Response

component_type'cathode' | 'anode' | 'electrolyte' | 'separator' | 'case' | 'cell' required

Enum for cell component types.

material_idstring required

ID of the material

propertiesobject nullable

Application properties using Quantity format for numerics. Example: {'diameter': {'value': 14, 'unit': 'mm'}, 'binder': 'PVDF'}

idstring required

Unique identifier for the component

organization_idstring required

Organization ID of the component

project_idstring required

Project the component is scoped to, derived from the cell specification(s) that reference it.

created_atstring date-time required

Timestamp when the component was created

updated_atstring date-time required

Timestamp when the component was last updated

created_bystring nullable

User ID of the creator.

Changes

No recorded changes to this endpoint across all 1 revision of this API.