HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.243.0 release notes

  1. ⚠️ Breaking changes
    1. Changed validation for the optional userManual field on POST /public-api/resources/models/v1.0 and PATCH /public-api/resources/models/v1.0/{model}: URLs must now use http or https and be no longer than 500 characters. Existing clients that send other URL schemes or longer values must update.
  2. New features
    1. Added the optional powerSharing object to Charge point requests and responses on GET and POST /public-api/resources/charge-points/v2.0 and GET and PATCH /public-api/resources/charge-points/v2.0/{chargePoint}. It supports DC cabinet power-sharing configuration through enabled, managementMode, totalCabinetPowerKw, and moduleSizeKw.
    2. Added the optional installerManual field to Charge point model create and update requests on POST /public-api/resources/models/v1.0 and PATCH /public-api/resources/models/v1.0/{model}. Provide an HTTP or HTTPS URL, or null to clear the field.
    3. Added the optional customFields object to Session responses from GET /public-api/resources/sessions/v1.0 and GET /public-api/resources/sessions/v1.0/{session}. It returns applicable custom field values keyed by their configured identifiers.
  3. 🔧 Improvements
    1. Expanded the subscriptionBillingPeriodId filter and response behavior for GET /public-api/resources/transactions/v1.0 and Transaction responses. The API now finds and identifies transactions associated with a subscription billing period through either the transaction itself or its payment method.
    2. Made the optional userManual field nullable on Charge point model create and update requests, allowing clients to clear an existing value with null.