@@ -448,6 +448,9 @@ class Codebird
448
448
'ton/bucket/:bucket ' ,
449
449
'ton/bucket/:bucket?resumable=true ' ,
450
450
'tweets/search/30day/:env ' ,
451
+ 'tweets/search/30day/:env/counts ' ,
452
+ 'tweets/search/fullarchive/:env ' ,
453
+ 'tweets/search/fullarchive/:env/counts ' ,
451
454
'users/lookup ' ,
452
455
'users/report_spam '
453
456
],
@@ -1691,6 +1694,9 @@ protected function _detectMethod($method, &$params)
1691
1694
'ads/sandbox/accounts/:account_id/features ' ,
1692
1695
'ads/sandbox/accounts/:account_id/funding_instruments '
1693
1696
],
1697
+ 'url ' => [
1698
+ 'account_activity/webhooks '
1699
+ ],
1694
1700
'user_id ' => [
1695
1701
'ads/accounts/:account_id/promoted_accounts ' ,
1696
1702
'ads/sandbox/accounts/:account_id/promoted_accounts '
@@ -1976,7 +1982,8 @@ protected function _detectJsonBody($method_template) {
1976
1982
'direct_messages/welcome_messages/rules/new ' ,
1977
1983
'direct_messages/welcome_messages/update ' ,
1978
1984
'media/metadata/create ' ,
1979
- 'tweets/search/30day/:env '
1985
+ 'tweets/search/30day/:env ' ,
1986
+ 'tweets/search/fullarchive/:env '
1980
1987
];
1981
1988
return in_array ($ method_template , $ json_bodies );
1982
1989
}
0 commit comments