Skip to content

Commit

Permalink
more api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 23, 2022
1 parent 977aa24 commit aad464c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ def accounts_stream(self):
self.add('AUTH', 'accounts', 'stream/webhook')
self.add('AUTH', 'accounts', 'stream/live_inputs')
self.add('AUTH', 'accounts', 'stream/live_inputs', 'outputs')
self.add('AUTH', 'accounts', 'stream/live_inputs', 'outputs', 'enabled')


def zones_media(self):
Expand Down Expand Up @@ -635,6 +636,7 @@ def accounts_extras(self):
self.add('AUTH', 'accounts', 'intel/whois')

self.add('VOID', 'accounts', 'magic')
self.add('AUTH', 'accounts', 'magic/cf_interconnects')
self.add('AUTH', 'accounts', 'magic/gre_tunnels')
self.add('AUTH', 'accounts', 'magic/ipsec_tunnels')
self.add('AUTH', 'accounts', 'magic/ipsec_tunnels', 'psk_generate')
Expand Down Expand Up @@ -714,3 +716,5 @@ def zones_api_gateway(self):
self.add('VOID', 'zones', 'api_gateway')
self.add('AUTH', 'zones', 'api_gateway/configuration')
self.add('AUTH', 'zones', 'api_gateway/discovery')


0 comments on commit aad464c

Please sign in to comment.