3.216.0 release notes
about 1 hour ago by ReadMe API
- ⚠️ Breaking changes
- Changed the Electricity rates endpoints to reject cloned electricity rates across both
v1.0andv2.0. Cloned rates are no longer returned byGET /public-api/resources/electricity-rates/v1.0,GET /public-api/resources/electricity-rates/v2.0, or anyv2.0price-period listings, and requests targeting a cloned rate by ID now return403or404instead of exposing or mutating that resource. - Changed the write operations for cloned electricity rates to be unavailable through the Public API.
PUTandDELETErequests 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.
- Changed the Electricity rates endpoints to reject cloned electricity rates across both