@@ -190,7 +190,16 @@ def zones_settings(self):
190190 self .add ('AUTH' , 'zones' , 'settings/waf' )
191191 self .add ('AUTH' , 'zones' , 'settings/webp' )
192192 self .add ('AUTH' , 'zones' , 'settings/websockets' )
193+
193194 self .add ('VOID' , 'zones' , 'settings/zaraz' )
195+ self .add ('AUTH' , 'zones' , 'settings/zaraz/config' )
196+ self .add ('AUTH' , 'zones' , 'settings/zaraz/default' )
197+ self .add ('AUTH' , 'zones' , 'settings/zaraz/export' )
198+ self .add ('AUTH' , 'zones' , 'settings/zaraz/history' )
199+ self .add ('AUTH' , 'zones' , 'settings/zaraz/history/configs' )
200+ self .add ('AUTH' , 'zones' , 'settings/zaraz/publish' )
201+ self .add ('AUTH' , 'zones' , 'settings/zaraz/workflow' )
202+
194203 self .add ('VOID' , 'zones' , 'settings/zaraz/v2' )
195204 self .add ('AUTH' , 'zones' , 'settings/zaraz/v2/config' )
196205 self .add ('AUTH' , 'zones' , 'settings/zaraz/v2/default' )
@@ -472,6 +481,8 @@ def accounts(self):
472481 self .add ('VOID' , 'accounts' , 'vectorize' )
473482 self .add ('AUTH' , 'accounts' , 'vectorize/index' )
474483 self .add ('AUTH' , 'accounts' , 'vectorize/indexes' )
484+ self .add ('AUTH' , 'accounts' , 'vectorize/indexes' , 'delete-by-ids' )
485+ self .add ('AUTH' , 'accounts' , 'vectorize/indexes' , 'get-by-ids' )
475486 self .add ('AUTH' , 'accounts' , 'vectorize/indexes' , 'insert' , content_type = {'POST' :'application/x-ndjson' })
476487 self .add ('AUTH' , 'accounts' , 'vectorize/indexes' , 'query' )
477488 self .add ('AUTH' , 'accounts' , 'vectorize/indexes' , 'upsert' , content_type = {'POST' :'application/x-ndjson' })
@@ -779,6 +790,7 @@ def accounts_extras(self):
779790 self .add ('AUTH' , 'accounts' , 'intel/ip' )
780791 self .add ('AUTH' , 'accounts' , 'intel/ip-list' )
781792 self .add ('AUTH' , 'accounts' , 'intel/miscategorization' )
793+ self .add ('AUTH' , 'accounts' , 'intel/sinkholes' )
782794 self .add ('AUTH' , 'accounts' , 'intel/whois' )
783795
784796 self .add ('VOID' , 'accounts' , 'magic' )
@@ -896,6 +908,7 @@ def accounts_r2(self):
896908 self .add ('AUTH' , 'accounts' , 'r2/buckets' )
897909 self .add ('AUTH' , 'accounts' , 'r2/buckets' , 'usage' )
898910 self .add ('AUTH' , 'accounts' , 'r2/buckets' , 'objects' )
911+ self .add ('AUTH' , 'accounts' , 'r2/buckets' , 'sippy' )
899912
900913def zones_email (self ):
901914 """ zones email """
0 commit comments