# New response fields in Devices and Meetings APIs; invalid path parameter bug fix for meeting or webinar UUIDs > **API Default Settings Update (Create Meeting & Webinar)** > > Omitted fields in the **Create a Meeting** and **Create a Webinar** APIs will now automatically inherit the user's account default settings. [Learn more about which fields are affected](https://devforum.zoom.us/t/api-default-settings-update-create-meeting-webinar/139745). > > Phased rollout starts **December 15, 2025** for free accounts. Full enablement for all accounts by **March 15, 2026**. ## Changed - New `sdk_version` response field in the following **Devices** API: - `GET /v2/devices` - New `is_all_day` response field in the following **Meetings** API: - `GET /v2/users/{userId}/upcoming_meetings` ## Fixed - Fixed an issue where meeting or webinar UUIDs starting with `qa` caused the **List past meetings' Q&A** and **List Q&As of a past webinar** APIs to mis-parse the path parameter and fail with an `invalid path parameter` error. - `GET /v2/past_webinars/{webinarId}/qa` - `GET /v2/past_meetings/{meetingId}/qa`