Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhooks call.completed and meeting.completed #762

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ We list all backwards-compatible additions here. These are currently available i
- The `meetings.info` and `meetings.list` endpoints now return the meeting recurrence id for recurring meetings.
- The `meetings.list` endpoint can now filter meetings by recurrence id.
- We added `custom_fields` to `projects-v2/projects.info`, `projects-v2/projects.create` and `projects-v2/projects.update`
- We added `call.completed` and `meeting.completed` types to supported Webhook types.

#### October 2023
- We added `late_fees` to `invoices.info` and `invoices.list`.
Expand Down Expand Up @@ -8116,8 +8117,9 @@ Fetch cloudPlatform url for type and id
+ account.deactivated
+ account.deleted
+ call.added
+ call.updated
+ call.completed
+ call.deleted
+ call.updated
+ company.added
+ company.deleted
+ company.updated
Expand All @@ -8144,8 +8146,9 @@ Fetch cloudPlatform url for type and id
+ invoice.sent
+ invoice.updated
+ meeting.created
+ meeting.updated
+ meeting.completed
+ meeting.deleted
+ meeting.updated
+ milestone.created
+ milestone.updated
+ product.added
Expand Down
1 change: 1 addition & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ We list all backwards-compatible additions here. These are currently available i
- The `meetings.info` and `meetings.list` endpoints now return the meeting recurrence id for recurring meetings.
- The `meetings.list` endpoint can now filter meetings by recurrence id.
- We added `custom_fields` to `projects-v2/projects.info`, `projects-v2/projects.create` and `projects-v2/projects.update`
- We added `call.completed` and `meeting.completed` types to supported Webhook types.

#### October 2023
- We added `late_fees` to `invoices.info` and `invoices.list`.
Expand Down
6 changes: 4 additions & 2 deletions src/datastructures.apib
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@
+ account.deactivated
+ account.deleted
+ call.added
+ call.updated
+ call.completed
+ call.deleted
+ call.updated
+ company.added
+ company.deleted
+ company.updated
Expand All @@ -155,8 +156,9 @@
+ invoice.sent
+ invoice.updated
+ meeting.created
+ meeting.updated
+ meeting.completed
+ meeting.deleted
+ meeting.updated
+ milestone.created
+ milestone.updated
+ product.added
Expand Down