Skip to content

Commit

Permalink
more api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Sep 1, 2022
1 parent 56207f7 commit 7bcec22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ def zones_access(self):
self.add('AUTH', 'zones', 'access/organizations/revoke_user')
self.add('AUTH', 'zones', 'access/service_tokens')


def accounts_access(self):
""" accounts access """

Expand All @@ -537,6 +538,7 @@ def accounts_access(self):
self.add('AUTH', 'accounts', 'access/organizations')
self.add('AUTH', 'accounts', 'access/organizations/revoke_user')
self.add('AUTH', 'accounts', 'access/service_tokens')
self.add('AUTH', 'accounts', 'access/service_tokens', 'refresh')
self.add('AUTH', 'accounts', 'access/apps')
# self.add('AUTH', 'accounts', 'access/apps/ca')
self.add('AUTH', 'accounts', 'access/apps', 'ca')
Expand Down

0 comments on commit 7bcec22

Please sign in to comment.