HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.221.0 release notes

  1. ⚠️ Breaking changes
    1. Prohibited the token property in Payment methods request bodies. Requests to POST /public-api/resources/users/v1.0/{user}/payment-methods and PATCH /public-api/resources/users/v1.0/{user}/payment-methods/{paymentMethodId} that include this property now fail validation.
  2. New features
    1. Added the optional token property to Payment method responses from GET /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}, and PATCH /public-api/resources/users/v1.0/{user}/payment-methods/{paymentMethodId}.
    2. Added the optional partnerId property to Tariff group request bodies for POST /public-api/resources/tariff-groups/v1.0 and PUT /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; send null to leave it unset.
  3. 🔧 Improvements
    1. Changed deletion of a default tax to return 409 Conflict.
    2. Added the 422 validation-error response to GET /public-api/resources/installer-jobs/v1.0.