Update a model within an organization
Update a model, validating it belongs to the organization.
Path parameters
Request body
The new name of the model.
The new optional description for the model.
Updated PyBaMM version used for this model.
Updated model chemistry kind.
Updated persistent simulation kwargs (mesh + solver).
Response
Successful Response
The name of the model.
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).
Optional persistent simulation kwargs (var_pts / submesh_types / spatial_methods / geometry / solver) in the flat canonical form, re-applied at simulation time. None uses the model defaults.
The unique identifier for the model.
The ID of the user who created the model.
The ID of the organization this model belongs to.
Email of the user who created the model.
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).