HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.239.0 release notes

  1. ⚠️ Breaking changes
    1. Added a maximum length of 255 characters for idTagUid in the Id tags request body on POST /public-api/resources/id-tags/v2.0 and PATCH /public-api/resources/id-tags/v2.0/{idTag}. Requests with longer values are now rejected.
  2. New features
    1. Added the optional isHomeChargingOnly property to Id tag responses and request bodies on GET /public-api/resources/id-tags/v2.0, POST /public-api/resources/id-tags/v2.0, GET /public-api/resources/id-tags/v2.0/{idTag}, and PATCH /public-api/resources/id-tags/v2.0/{idTag}. This Boolean property is available only for RFID Id tags.
    2. Added the filter[isHomeChargingOnly] query parameter to GET /public-api/resources/id-tags/v2.0 for filtering RFID Id tags by their home-charging-only setting.
    3. Added the optional accessibilityType property to Location request bodies and responses on GET /public-api/resources/locations/v2.0, POST /public-api/resources/locations/v2.0, GET /public-api/resources/locations/v2.0/{location}, and PATCH /public-api/resources/locations/v2.0/{location}. Accepted request values are free_publicly_accessible, restricted_access, and paid_publicly_accessible.
  3. 🔧 Improvements
    1. Removed the 255-character maximum length restriction for rfidTagUid in RFID tag request bodies on POST /public-api/resources/rfid-tags/v1.0 and PATCH /public-api/resources/rfid-tags/v1.0/{rfidTag}.