Skip to main content

2026

This changelog contains the changes that took place in 2026 in chronological order.


02 Feb 2026 v1.46
Deployment DateEnvironment
02 Feb 2026UAT
02 Feb 2026Production

Modified endpoints:

  • PATCH /customers/{customer_id}/addresses - Update a customer address by customer_id
    • Address cannot be updated when all the below conditions are met
      • User verification journey for programme is enabled AND
      • Property country is being updated AND
      • Property type is 'Home'
    • Response body will contain the validation {"errors":{"Country":["'country' cannot be updated with the provided 'type'."]},"code":4000001}