Update a model within an organization
Update a model, validating it belongs to the organization.
Path Parameters
Body
Model for updating an existing model.
The new name of the model.
The new optional description for the model.
Updated PyBaMM version used for this model.
Updated model chemistry kind.
lithium_ion, lithium_sulfur, ecm, generic Response
Successful Response
Model representing a model as returned by the API (without config).
The name of the model.
The unique identifier for the model.
The ID of the user who created the model.
The ID of the organization this model belongs to.
Timestamp of when the model was created.
Timestamp of when the model was last updated.
Check if this is a custom model (has compressed model data).
An optional description for the model.
PyBaMM version used for this model. If not provided, will be read from pybamm.version.
Model chemistry kind: 'lithium_ion' (default — assumes pybamm lithium-ion conventions), 'lithium_sulfur', 'ecm', or 'generic' (no chemistry-specific enrichment).
lithium_ion, lithium_sulfur, ecm, generic Email of the user who created the model.