# New `summary_doc_url` field, new `push_change_to_calendar` request field, and two bug fixes ## Changed - New `summary_doc_url` response field in these **Meetings** APIs: - `GET /v2/meetings/{meetingId}/meeting_summary` - `GET /v2/accounts/{accountId}/meetings/{meetingId}/meeting_summary` - New `push_change_to_calendar` request field in these **Meetings** APIs: - `PATCH /v2/meetings/{meetingId}` - `PATCH /v2/accounts/{accountId}/meetings/{meetingId}` - New `summary_doc_url` field in these **Meetings** webhook events: - `meeting.summary_completed` - `meeting.summary_updated` ## Fixed - Fixed an issue where third-party survey URLs provided via the **Update a Meeting Survey** API were being converted to lowercase, causing case-sensitive URLs to break. - `PATCH /v2/meetings/{meetingId}/survey` - Fixed an issue where deleting an authentication setting from **User Settings** used by a Personal Meeting ID (PMI) caused failures when creating meetings with that PMI. - `POST /v2/users/{userId}/meetings`