API Changelog: API Documentation

December 20, 2024

1 change
  • changed webhook logs type attribute in API response from "webhooks_logs" to "webhook_logs"

December 13, 2024

1 change
  • deprecated rejected_entries_count and unapproved_entries_count from deals responses

December 05, 2024

1 change
  • deprecated /api/v2/project_assignments endpoint in favour of /api/v2/memberships

November 26, 2024

1 change
  • deprecated /api/v2/deals/:id/convert_to_budget endpoint in favour of /api/v2/deals/create_from_origin

October 21, 2024

1 change
  • Updated Copy action on Projects, Boards, TaskLists and Tasks with new options.
  • When duplicating Projects, Boards and TaskLists there are now copy_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.
  • When duplicating Tasks there are copy_open_todos/copy_closed_todos and copy_open_subtasks/copy_closed_subtasks options instead of copy_todos and copy_subtasks.

October 08, 2024

1 change
  • On /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.

October 02, 2024

1 change
  • On 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.