Update Saved Energy Model
Energy Models
Update Saved Energy Model
Replace the saved input JSON on an existing energy-model row
PUT
Update Saved Energy Model
PUT /energymodels/
Use this endpoint to save editedEnergyModelInput JSON back onto an existing
energy-model row.
Notes
- The request body is the full
EnergyModelInputpayload. - The update happens on the existing row and clears stale outputs.
- The response is an
EnergyModelDetailResponsethat includesinputs. - Rows in
pending,queued, orrunningstate return409 Conflict.
