Skip to content

Commit

Permalink
api moved from accounts/cfd_tunnel/tunnels to accounts/cfd_tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Mar 1, 2022
1 parent 3d8740e commit 1378ad8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,9 @@ def accounts(self):
self.add('VOID', "accounts", "billing")
self.add('AUTH', "accounts", "billing/profile")

self.add('VOID', 'accounts', 'cfd_tunnel')
self.add('AUTH', 'accounts', 'cfd_tunnel/tunnels')
self.add('AUTH', 'accounts', 'cfd_tunnel/tunnels', 'connections')
self.add('AUTH', 'accounts', 'cfd_tunnel/tunnels', 'token')
self.add('AUTH', 'accounts', 'cfd_tunnel')
self.add('AUTH', 'accounts', 'cfd_tunnel', 'connections')
self.add('AUTH', 'accounts', 'cfd_tunnel', 'token')

self.add('AUTH', "accounts", "custom_pages")

Expand Down

0 comments on commit 1378ad8

Please sign in to comment.