Materials

Update a material by ID

Update an existing material identified by its ID.

Only materials in the current organization can be updated.

patch/materials/{material_id}

Path parameters

material_idstring required

Request body

namestring nullable

New name of the material

definitionobject nullable

New material definition

manufacturerstring nullable

New manufacturer

product_idstring nullable

New product ID

Response

Successful Response

namestring required

Name of the material

definitionobject nullable

Material definition (formula, type, constituents)

manufacturerstring nullable

Manufacturer of the material

product_idstring nullable

Supplier product ID

idstring required

Unique identifier for the material

organization_idstring required

Organization ID of the material

project_idstring required

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

created_atstring date-time required

Timestamp when the material was created

updated_atstring date-time required

Timestamp when the material was last updated

created_bystring nullable

User ID of the creator.

property_countinteger

Number of property datasets attached to this material

Changes