HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.168.0 release notes

  1. New features
    1. 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), and DELETE /resources/users/v1.1/{user}/notes/{note} (delete). Notes support filtering by pinned, createdAfter, createdBefore, updatedAfter, and updatedBefore.
    2. Added the optional calibrationLawDataAvailability property to Charge Point endpoints. Available on GET /resources/charge-points/v2.0, POST /resources/charge-points/v2.0, GET /resources/charge-points/v2.0/{chargePoint}, and PATCH /resources/charge-points/v2.0/{chargePoint} requests and responses.
    3. Added the optional durationFeeCapMinutes and idleFeeCapMinutes properties to the pricing object 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-based durationFeeLimit and idleFeeLimit fields.
  2. 🔧 Improvements
    1. Changed DELETE /resources/tariffs/v1.0/{tariff} to return a 409 Conflict response with an error message when the tariff cannot be deleted due to active dependencies, instead of failing silently or returning an unexpected error.