3.250.0 release notes
about 2 hours ago by ReadMe API
- ✨ New features
- Added the optional
applyToHomeChargingOwnerandapplyToHomeChargingSharedUsersfields to Tariffrestrictions. Use them onPOST /public-api/resources/tariffs/v1.0,PATCH /public-api/resources/tariffs/v1.0/{tariff}, andPUT /public-api/resources/tariffs/v1.0/{tariff}to target the owner of a home charge point or drivers with whom it is shared; the fields are returned by the corresponding Tariff responses and byGET /public-api/resources/tariffs/v1.0,GET /public-api/resources/tariffs/v1.0/{tariff}, andGET /public-api/resources/tariff-snapshots/v1.0/{tariffSnapshot}.
- Added the optional
- 🔧 Improvements
- Made the request body and
locationoptional forPOST /public-api/actions/charge-point/v1.0/{chargePoint}/get-diagnostics. When omitted, the configured diagnostics upload destination for the charge point's operator is used; the endpoint now returns412 Precondition Failedif no such destination is configured. - Changed
GET /public-api/resources/invoices/v1.0/{invoice}to omitdownloadUrlwhen the invoice is not available for customer download, rather than returning an unusable link.
- Made the request body and
