3.147.0 release notes
about 2 hours ago by ReadMe API
- 🔧 Improvements
- Changed
POST /actions/tariffs/v2.0/{tariff}/set-tariff-display-informationto support both creating and updating tariff display information. Previously, calling this endpoint when display information already existed returned a406error. Now the endpoint is idempotent: it returns201when creating new display information and200when updating existing values. The response body now includes the full tariff display information data. - Relaxed validation on
PATCH /resources/charge-points/v1.0/{chargePoint}/configurations/{key}andPATCH /resources/charge-points/v2.0/{chargePoint}/configurations/{key}for theMeterValuesAlignedDataandClockAlignedDataIntervalconfiguration keys. Thevaluefield for these keys now acceptsnullor empty strings, where previously a non-empty string was required. - Changed the
downloadUrlfield on Invoice responses to support externally-configured download URLs. When an invoice has an external download URL configured, that URL is returned directly instead of a platform-generated signed URL.
- Changed