2026
This changelog contains the changes that took place in 2026 in chronological order.
02 Feb 2026 v1.46
| Deployment Date | Environment |
|---|---|
| 02 Feb 2026 | UAT |
| 02 Feb 2026 | Production |
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
countryis being updated AND - Property
typeis 'Home'
- Response body will contain the validation {"errors":{"Country":["'country' cannot be updated with the provided 'type'."]},"code":4000001}
- Address cannot be updated when all the below conditions are met