3.160.0 release notes
about 4 hours ago by ReadMe API
- ⚠️ Breaking changes
- Removed the
operatorIdfield from update/patch request bodies on the following endpoints:PATCH /resources/downtime-period-notices/v1.0/{notice},PATCH /resources/electricity-meters/v1.0/{electricityMeter},PATCH /resources/locations/v2.0/{location},PATCH /resources/payment-terminals/v1.0/{paymentTerminal},PATCH /resources/payment-terminals/v1.1/{paymentTerminal},PUT /resources/tariff-groups/v1.0/{tariffGroup},PATCH /resources/user-groups/v1.0/USERGROUP, andPUT /resources/tariffs/v1.0/{tariff}. TheoperatorIdremains available on all corresponding create (POST) endpoints. - Removed the
acceptedPaymentBrandsandpaymentOptionsfields from thePATCH /resources/locations/v2.0/{location}request body. These fields can no longer be updated via PATCH. - Removed the optional
operatorIdproperty from Payment Terminal v1.1 responses onGET /resources/payment-terminals/v1.1,GET /resources/payment-terminals/v1.1/{paymentTerminal},POST /resources/payment-terminals/v1.1, andPATCH /resources/payment-terminals/v1.1/{paymentTerminal}. - Made
nameandtyperequired fields onPUT /resources/tariffs/v1.0/{tariff}. Consumers must now include these properties in every PUT request.
- Removed the
- ✨ New features
- Added the optional
operatorIdproperty to thePOST /resources/subscription-plans/v2.0request body. TheoperatorIdproperty is also now included in all Subscription Plans v2.0 responses (GET /resources/subscription-plans/v2.0,GET /resources/subscription-plans/v2.0/{subscriptionPlan},POST /resources/subscription-plans/v2.0,PATCH /resources/subscription-plans/v2.0/{subscriptionPlan}). - Added the optional
operatorIdproperty to thePOST /resources/users/v1.1request body. Required for global admin tokens; defaults to the token's operator for operator-scoped tokens. - Added the optional
utilityIdproperty to Electricity Rates v2.0 responses onGET /resources/electricity-rates/v2.0,GET /resources/electricity-rates/v2.0/{electricityRate},POST /resources/electricity-rates/v2.0, andPATCH /resources/electricity-rates/v2.0/{electricityRate}. - Added multiple optional fields to
PUT /resources/tariffs/v1.0/{tariff}:additionalInformation,dayTariffStart,description,display,externalId,integrationId,learnMoreUrl,nightTariffStart,partner,pricing,restrictions, andstopSession.
- Added the optional
- 🔧 Improvements
- Made the
operatorIdproperty onPOST /resources/configuration-templates/v1.0writable and nullable. Previously this field was read-only; it can now be set during creation.
- Made the