# API Changelog 7.16.1 ### Changed Simplified currency specification for quote updates. The `currency` property is now a top-level optional request property, replacing the previously nested `sections/items/currency` property. This streamlines how you update currency for specific quotes. `PUT /public/v1/documents/{document_id}/quotes/{quote_id}` * :warning: removed the request property 'sections/items/currency' * added the new optional request property 'currency'