9.8.3
Breaking Changes📦 twilio-sdk
⚠ 1 breaking🔧 2 symbols
Summary
This release updates the OAuth token endpoint and renames parameters in the Reports API Filters from 'field' to 'key'.
⚠️ Breaking Changes
- The parameter name `field` has been replaced with `key` in Request Filters and Response Metadata Filters for the Reports API. Code using `field` will fail and must be updated to use `key`.
Migration Steps
- Update any usage of `field` parameter in Request Filters and Response Metadata Filters for the Reports API to use `key` instead.
🔧 Affected Symbols
Reports API Request FiltersReports API Response Metadata Filters