Skip to content

Commit

Permalink
Define web hook type call.completed and meeting.completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy De Wit committed Nov 28, 2023
1 parent bdd29d3 commit 29a7fdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
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

0 comments on commit 29a7fdf

Please sign in to comment.