@@ -90,6 +90,14 @@ class Codebird
90
90
'GET ' => [
91
91
'account/settings ' ,
92
92
'account/verify_credentials ' ,
93
+ 'account_activity/all/:env_name/subscriptions ' ,
94
+ 'account_activity/all/:env_name/subscriptions/list ' ,
95
+ 'account_activity/all/:env_name/webhooks ' ,
96
+ 'account_activity/all/webhooks ' ,
97
+ 'account_activity/subscriptions/count ' ,
98
+ 'account_activity/webhooks ' ,
99
+ 'account_activity/webhooks/:webhook_id/subscriptions/all ' ,
100
+ 'account_activity/webhooks/:webhook_id/subscriptions/all/list ' ,
93
101
'ads/accounts ' ,
94
102
'ads/accounts/:account_id ' ,
95
103
'ads/accounts/:account_id/account_media ' ,
@@ -333,6 +341,10 @@ class Codebird
333
341
'account/update_profile_background_image ' ,
334
342
'account/update_profile_banner ' ,
335
343
'account/update_profile_image ' ,
344
+ 'account_activity/all/:env_name/subscriptions ' ,
345
+ 'account_activity/all/:env_name/webhooks ' ,
346
+ 'account_activity/webhooks ' ,
347
+ 'account_activity/webhooks/:webhook_id/subscriptions/all ' ,
336
348
'ads/accounts/:account_id/account_media ' ,
337
349
'ads/accounts/:account_id/app_lists ' ,
338
350
'ads/accounts/:account_id/campaigns ' ,
@@ -446,6 +458,8 @@ class Codebird
446
458
'users/report_spam '
447
459
],
448
460
'PUT ' => [
461
+ 'account_activity/all/:env_name/webhooks/:webhook_id ' ,
462
+ 'account_activity/webhooks/:webhook_id ' ,
449
463
'ads/accounts/:account_id/campaigns/:campaign_id ' ,
450
464
'ads/accounts/:account_id/cards/app_download/:card_id ' ,
451
465
'ads/accounts/:account_id/cards/image_app_download/:card_id ' ,
@@ -480,6 +494,10 @@ class Codebird
480
494
'ton/bucket/:bucket/:file?resumable=true&resumeId=:resumeId '
481
495
],
482
496
'DELETE ' => [
497
+ 'account_activity/all/:env_name/subscriptions ' ,
498
+ 'account_activity/all/:env_name/webhooks/:webhook_id ' ,
499
+ 'account_activity/webhooks/:webhook_id ' ,
500
+ 'account_activity/webhooks/:webhook_id/subscriptions/all ' ,
483
501
'ads/accounts/:account_id/campaigns/:campaign_id ' ,
484
502
'ads/accounts/:account_id/cards/app_download/:card_id ' ,
485
503
'ads/accounts/:account_id/cards/image_app_download/:card_id ' ,
0 commit comments