3.236.0 release notes
about 23 hours ago by ReadMe API
- ⚠️ Breaking changes
- Removed
options.accessPolicyIdfrom Partner invitation create and update requests onPOST /public-api/resources/partner-invites/v1.0andPATCH /public-api/resources/partner-invites/v1.0/{partnerInvite}. The property is also no longer returned by the Partner invitation endpoints or in embeddedpartnerInviteson User responses in v1.0 and v1.1. - Changed
GET /public-api/resources/users/v1.0/{user}/subscription-billing-periodsto require permission to view the user identified by{user}. Requests without that permission now receive an access-denied response.
- Removed
- ✨ New features
- Added the required read-only
translatedNamearray to Operator responses fromGET /public-api/resources/operators/v1.0andGET /public-api/resources/operators/v1.0/{operator}. Each entry contains alocaleand itstranslation. - Added the read-only
translatedBankName,translatedBankAccountHolder, andtranslatedBankAddressarrays tobankDetailsin Operator responses fromGET /public-api/resources/operators/v1.0andGET /public-api/resources/operators/v1.0/{operator}.
- Added the required read-only
- 🔧 Improvements
- Made
options.allowAccessToPrivateChargePointsactive again in Partner invitation request and response payloads onGET,POST /public-api/resources/partner-invites/v1.0, andGET,PATCH /public-api/resources/partner-invites/v1.0/{partnerInvite}, including embedded Partner invitations in User responses in v1.0 and v1.1. - Added documented
429rate-limit responses toGET /public-api/resources/operators/v1.0andGET /public-api/resources/operators/v1.0/{operator}.
- Made
- 🗑️ Deprecations
- Deprecated the Operator response property
namein favor oftranslatedNameonGET /public-api/resources/operators/v1.0andGET /public-api/resources/operators/v1.0/{operator}. The legacy property now resolves its value using the English translation, with fallbacks. - Deprecated the
bankDetailspropertiesbankName,bankAccountHolder, andbankAddressin favor oftranslatedBankName,translatedBankAccountHolder, andtranslatedBankAddressonGET /public-api/resources/operators/v1.0andGET /public-api/resources/operators/v1.0/{operator}. The legacy properties now resolve their values using the English translation, with fallbacks.
- Deprecated the Operator response property
