3.239.0 release notes
about 2 hours ago by ReadMe API
- ⚠️ Breaking changes
- Added a maximum length of 255 characters for
idTagUidin the Id tags request body onPOST /public-api/resources/id-tags/v2.0andPATCH /public-api/resources/id-tags/v2.0/{idTag}. Requests with longer values are now rejected.
- Added a maximum length of 255 characters for
- ✨ New features
- Added the optional
isHomeChargingOnlyproperty to Id tag responses and request bodies onGET /public-api/resources/id-tags/v2.0,POST /public-api/resources/id-tags/v2.0,GET /public-api/resources/id-tags/v2.0/{idTag}, andPATCH /public-api/resources/id-tags/v2.0/{idTag}. This Boolean property is available only for RFID Id tags. - Added the
filter[isHomeChargingOnly]query parameter toGET /public-api/resources/id-tags/v2.0for filtering RFID Id tags by their home-charging-only setting. - Added the optional
accessibilityTypeproperty to Location request bodies and responses onGET /public-api/resources/locations/v2.0,POST /public-api/resources/locations/v2.0,GET /public-api/resources/locations/v2.0/{location}, andPATCH /public-api/resources/locations/v2.0/{location}. Accepted request values arefree_publicly_accessible,restricted_access, andpaid_publicly_accessible.
- Added the optional
- 🔧 Improvements
- Removed the 255-character maximum length restriction for
rfidTagUidin RFID tag request bodies onPOST /public-api/resources/rfid-tags/v1.0andPATCH /public-api/resources/rfid-tags/v1.0/{rfidTag}.
- Removed the 255-character maximum length restriction for
