Skip to content

Commit

Permalink
CON-271 add newly supported webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gehadMohamed committed May 30, 2024
1 parent 365ec3e commit 8e3b755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ We list all backwards-compatible additions here. These are currently available i

#### May 2024
- We added `purchase_order_number` to `projects-v2/projects.info`, `projects-v2/projects.create` and `projects-v2/projects.update`.
- We added `product.updated` and `product.deleted` to supported Webhook types.

#### April 2024
- The meeting property `project` returned in `meetings.list` and `meetings.info` can now be an id of a `nextgenProject` as well.
Expand Down Expand Up @@ -9068,6 +9069,8 @@ Fetch cloudPlatform url for type and id
+ nextgenProject.closed
+ nextgenProject.deleted
+ product.added
+ product.updated
+ product.deleted
+ project.created
+ project.deleted
+ project.updated
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 @@ -6,6 +6,7 @@ We list all backwards-compatible additions here. These are currently available i

#### May 2024
- We added `purchase_order_number` to `projects-v2/projects.info`, `projects-v2/projects.create` and `projects-v2/projects.update`.
- We added `product.updated` and `product.deleted` to supported Webhook types.

#### April 2024
- The meeting property `project` returned in `meetings.list` and `meetings.info` can now be an id of a `nextgenProject` as well.
Expand Down
2 changes: 2 additions & 0 deletions src/datastructures.apib
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@
+ nextgenProject.closed
+ nextgenProject.deleted
+ product.added
+ product.updated
+ product.deleted
+ project.created
+ project.deleted
+ project.updated
Expand Down

0 comments on commit 8e3b755

Please sign in to comment.