@@ -32,6 +32,7 @@ def api_v4(self):
3232 zones_waiting_rooms (self )
3333 zones_workers (self )
3434 zones_extras (self )
35+ zones_web3 (self )
3536 zones_email (self )
3637 zones_api_gateway (self )
3738
@@ -683,8 +684,15 @@ def zones_extras(self):
683684 self .add ('AUTH' , 'zones' , 'settings/automatic_platform_optimization' )
684685 self .add ('AUTH' , 'zones' , 'settings/orange_to_orange' )
685686 self .add ('AUTH' , 'zones' , 'url_normalization' )
687+
688+ def zones_web3 (self ):
689+ """ zones web3 """
690+
686691 self .add ('VOID' , 'zones' , 'web3' )
687692 self .add ('AUTH' , 'zones' , 'web3/hostnames' )
693+ self .add ('VOID' , 'zones' , 'web3/hostnames' , 'ipfs_universal_path' )
694+ self .add ('AUTH' , 'zones' , 'web3/hostnames' , 'ipfs_universal_path/content_list' )
695+ self .add ('AUTH' , 'zones' , 'web3/hostnames' , 'ipfs_universal_path/content_list/entries' )
688696
689697def accounts_email (self ):
690698 """ accounts email """
@@ -719,4 +727,3 @@ def zones_api_gateway(self):
719727 self .add ('AUTH' , 'zones' , 'api_gateway/configuration' )
720728 self .add ('AUTH' , 'zones' , 'api_gateway/discovery' )
721729
722-
0 commit comments