3.195.0 release notes
about 4 hours ago by ReadMe API
- ✨ New features
- Added a new endpoint
POST /public-api/actions/circuit/v2.0/{circuit}/set-session-boost/{session}for toggling boost mode on an active session within a DLM circuit. The request body requires anenabledboolean field. The endpoint returns202 Accepted. - Added the new optional
resetTypefield toPOST /public-api/actions/configuration-template/v1.0/{template}/apply-to-charge-points. When omitted, a soft reset is applied by default. - Added
chargingProfileas a valid value for theincludequery parameter onGET /public-api/resources/sessions/v1.0/{session}. When included, the response contains the session's active DLM charging profile data.
- Added a new endpoint
- 🔧 Improvements
- Made the
statusfield optional on Location update requests. Consumers can now omitstatuswhen updating a location viaPUTorPATCHon/public-api/resources/locations/v2.0/{location}. - Valina payment terminal screensaver fields (
screensaverWelcomeMessage,screensaverPaymentMethods,screensaverLogoUrl) returned byGET /public-api/resources/payment-terminals/v1.1andGET /public-api/resources/payment-terminals/v1.1/{terminal}now fall back to integration-level defaults when not configured at the individual terminal level, instead of returning empty values. POST /public-api/resources/transactions/v1.0now accepts sessions that were authorized via OCPP (charge-point-initiated authorization), in addition to sessions authorized by the API consumer or a third-party authority. This expands the range of sessions eligible for manual transaction creation.- Improved
PATCH /public-api/resources/tariffs/v1.0/{tariff}merge behavior for deprecated display fields: patchingdisplay.priceInformationwithoutdisplay.priceInformationLocalizedin the same request now correctly clears the localized variant from the effective tariff data, and similarly fordisplay.totalCostInformation. This ensures the patched deprecated field takes effect as expected.
- Made the