3.221.0 release notes
about 2 hours ago by ReadMe API
- ⚠️ Breaking changes
- Prohibited the
tokenproperty in Payment methods request bodies. Requests toPOST /public-api/resources/users/v1.0/{user}/payment-methodsandPATCH /public-api/resources/users/v1.0/{user}/payment-methods/{paymentMethodId}that include this property now fail validation.
- Prohibited the
- ✨ New features
- Added the optional
tokenproperty to Payment method responses fromGET /public-api/resources/users/v1.0/{user}/payment-methods,POST /public-api/resources/users/v1.0/{user}/payment-methods,GET /public-api/resources/users/v1.0/{user}/payment-methods/{paymentMethodId}, andPATCH /public-api/resources/users/v1.0/{user}/payment-methods/{paymentMethodId}. - Added the optional
partnerIdproperty to Tariff group request bodies forPOST /public-api/resources/tariff-groups/v1.0andPUT /public-api/resources/tariff-groups/v1.0/{tariffGroup}. The value must be an integer ID of an active partner belonging to the tariff group's operator; sendnullto leave it unset.
- Added the optional
- 🔧 Improvements
- Changed deletion of a default tax to return
409 Conflict. - Added the
422validation-error response toGET /public-api/resources/installer-jobs/v1.0.
- Changed deletion of a default tax to return