HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.216.0 release notes

  1. ⚠️ Breaking changes
    1. Changed the Electricity rates endpoints to reject cloned electricity rates across both v1.0 and v2.0. Cloned rates are no longer returned by GET /public-api/resources/electricity-rates/v1.0, GET /public-api/resources/electricity-rates/v2.0, or any v2.0 price-period listings, and requests targeting a cloned rate by ID now return 403 or 404 instead of exposing or mutating that resource.
    2. Changed the write operations for cloned electricity rates to be unavailable through the Public API. PUT and DELETE requests on /public-api/resources/electricity-rates/v1.0/{electricityRate}, /public-api/resources/electricity-rates/v2.0/{electricityRate}, /public-api/resources/electricity-rates/v2.0/{electricityRate}/energy-mix, /public-api/resources/electricity-rates/v2.0/{electricityRate}/price-periods/date/{date}, and /public-api/resources/electricity-rates/v2.0/{electricityRate}/price-periods/week-day/{weekDay} now reject cloned rates instead of allowing them to be updated or deleted.