3.168.0 release notes
about 5 hours ago by ReadMe API
- ✨ New features
- Added User Notes endpoints for managing notes on user records:
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}requests and responses. - Added the optional
durationFeeCapMinutesandidleFeeCapMinutesproperties to thepricingobject on Tariff endpoints (POST /resources/tariffs/v1.0,PUT /resources/tariffs/v1.0/{tariff},GET /resources/tariffs/v1.0,GET /resources/tariffs/v1.0/{tariff}) and on Tariff Snapshot responses (GET /resources/tariff-snapshots/v1.0/{tariffSnapshot}). These time-based fee cap fields are mutually exclusive with the existing amount-baseddurationFeeLimitandidleFeeLimitfields.
- Added User Notes endpoints for managing notes on user records:
- 🔧 Improvements
- Changed
DELETE /resources/tariffs/v1.0/{tariff}to return a409 Conflictresponse with an error message when the tariff cannot be deleted due to active dependencies, instead of failing silently or returning an unexpected error.
- Changed