Week in review
This week includes an API consistency improvement for lease data.Updates
- Lease response schema constraints — The API now returns explicit maximum constraints on
monthly_rentanddeposit_amountfields in lease responses, matching the limits already enforced on input (up to 1,000,000 each). If you rely on the OpenAPI spec for client-side validation or code generation, your tooling will now pick up these bounds automatically. Learn more