HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.236.0 release notes

  1. ⚠️ Breaking changes
    1. Removed options.accessPolicyId from Partner invitation create and update requests on POST /public-api/resources/partner-invites/v1.0 and PATCH /public-api/resources/partner-invites/v1.0/{partnerInvite}. The property is also no longer returned by the Partner invitation endpoints or in embedded partnerInvites on User responses in v1.0 and v1.1.
    2. Changed GET /public-api/resources/users/v1.0/{user}/subscription-billing-periods to require permission to view the user identified by {user}. Requests without that permission now receive an access-denied response.
  2. New features
    1. Added the required read-only translatedName array to Operator responses from GET /public-api/resources/operators/v1.0 and GET /public-api/resources/operators/v1.0/{operator}. Each entry contains a locale and its translation.
    2. Added the read-only translatedBankName, translatedBankAccountHolder, and translatedBankAddress arrays to bankDetails in Operator responses from GET /public-api/resources/operators/v1.0 and GET /public-api/resources/operators/v1.0/{operator}.
  3. 🔧 Improvements
    1. Made options.allowAccessToPrivateChargePoints active again in Partner invitation request and response payloads on GET, POST /public-api/resources/partner-invites/v1.0, and GET, PATCH /public-api/resources/partner-invites/v1.0/{partnerInvite}, including embedded Partner invitations in User responses in v1.0 and v1.1.
    2. Added documented 429 rate-limit responses to GET /public-api/resources/operators/v1.0 and GET /public-api/resources/operators/v1.0/{operator}.
  4. 🗑️ Deprecations
    1. Deprecated the Operator response property name in favor of translatedName on GET /public-api/resources/operators/v1.0 and GET /public-api/resources/operators/v1.0/{operator}. The legacy property now resolves its value using the English translation, with fallbacks.
    2. Deprecated the bankDetails properties bankName, bankAccountHolder, and bankAddress in favor of translatedBankName, translatedBankAccountHolder, and translatedBankAddress on GET /public-api/resources/operators/v1.0 and GET /public-api/resources/operators/v1.0/{operator}. The legacy properties now resolve their values using the English translation, with fallbacks.