HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.168.0 release notes

  1. New features
    1. 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), 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} for both request and response bodies.
    3. Added the optional durationFeeCapMinutes and idleFeeCapMinutes properties to Tariff pricing. These time-based fee cap fields are available on GET /resources/tariffs/v1.0, POST /resources/tariffs/v1.0, GET /resources/tariffs/v1.0/{tariff}, PUT /resources/tariffs/v1.0/{tariff}, and GET /resources/tariff-snapshots/v1.0/{tariffSnapshot}. These fields are mutually exclusive with the existing monetary durationFeeLimit and idleFeeLimit fields.
  2. 🔧 Improvements
    1. DELETE /resources/tariffs/v1.0/{tariff} now returns a 409 Conflict response with an error message when the tariff cannot be deleted due to active dependencies, instead of returning a server error.