2026-02-09 | Added validation constraints to forecast endpoints

Changed

Forecast field validation

Validation constraints added to integer fields across forecast endpoints. Fields now include minimum (0) and maximum (9223372036854776000) value boundaries.

Affected endpoints:

  • GET /forecasts/ercot-forecasts-list/
  • GET /forecasts/forecasts/
  • GET /forecasts/forecasts/{id}/
  • GET /forecasts/gb-forecasts-list/
  • POST /forecasts/run-simulation/

Updated fields:

  • year fields in annual focus data objects
  • repowering field in run_asset objects

No functional changes to endpoint behavior.