type attribute in API response from "webhooks_logs" to "webhook_logs"rejected_entries_count and unapproved_entries_count from deals responses/api/v2/project_assignments endpoint in favour of /api/v2/memberships/api/v2/deals/:id/convert_to_budget endpoint in favour of /api/v2/deals/create_from_origincopy_open_tasks and copy_closed_tasks options instead of only copy_tasks, and copy_task_open_todos/copy_task_closed_todos and copy_task_open_subtasks/copy_task_closed_subtasks options instead of copy_task_todos and copy_task_subtasks.copy_open_todos/copy_closed_todos and copy_open_subtasks/copy_closed_subtasks options instead of copy_todos and copy_subtasks./api/v2/bookings endpoint when using POST to create new bookings, if your organization has a booking custom field marked as required and a key-value pair for that custom field ID is not sent as part of the payload, validation will fail and raise an error 422 for missing custom fields.api/v2/deals endpoint when using POST to create new budgets, if your organization has a budget custom field marked as required and a key-value pair for that custom field ID is not sent as part of the payload, validation will fail and raise an error 422 for missing custom fields.