Skip to content

Commit

Permalink
now with access_requests as underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 24, 2020
1 parent fbd0582 commit 3cd4064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def accounts(self):
self.add('AUTH', "accounts", "access/organizations/revoke_user")
self.add('AUTH', "accounts", "access/service_tokens")
self.add('VOID', "accounts", "access/logs")
self.add('AUTH', 'accounts', 'access/logs/access-requests')
self.add('AUTH', 'accounts', 'access/logs/access_requests')
self.add('AUTH', 'accounts', 'access/apps')
self.add('AUTH', 'accounts', 'access/apps', 'ca')
self.add('AUTH', 'accounts', 'access/apps', 'policies')
Expand Down

0 comments on commit 3cd4064

Please sign in to comment.