3.168.0 release notes
18 days ago by ReadMe API
- ✨ New features
- Added new User Notes endpoints for managing notes on users:
GET /resources/users/v1.1/{user}/notes(list),POST /resources/users/v1.1/{user}/notes(create),GET /resources/users/v1.1/{user}/notes/{note}(read),PATCH /resources/users/v1.1/{user}/notes/{note}(update), andDELETE /resources/users/v1.1/{user}/notes/{note}(delete). Notes support filtering bypinned,createdAfter,createdBefore,updatedAfter, andupdatedBefore. - Added the optional
calibrationLawDataAvailabilityproperty to Charge Point endpoints. Available onGET /resources/charge-points/v2.0,POST /resources/charge-points/v2.0,GET /resources/charge-points/v2.0/{chargePoint}, andPATCH /resources/charge-points/v2.0/{chargePoint}for both request and response bodies. - Added the optional
durationFeeCapMinutesandidleFeeCapMinutesproperties to Tariff pricing. These time-based fee cap fields are available onGET /resources/tariffs/v1.0,POST /resources/tariffs/v1.0,GET /resources/tariffs/v1.0/{tariff},PUT /resources/tariffs/v1.0/{tariff}, andGET /resources/tariff-snapshots/v1.0/{tariffSnapshot}. These fields are mutually exclusive with the existing monetarydurationFeeLimitandidleFeeLimitfields.
- Added new User Notes endpoints for managing notes on users:
- 🔧 Improvements
DELETE /resources/tariffs/v1.0/{tariff}now returns a409 Conflictresponse with an error message when the tariff cannot be deleted due to active dependencies, instead of returning a server error.