Skip to content

Commit

Permalink
more api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed May 19, 2022
1 parent ac3e2cc commit c1347aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ def accounts(self):

self.add('VOID', 'accounts', 'workers')
self.add('AUTH', 'accounts', 'workers/account-settings')
self.add('AUTH', 'accounts', 'workers/domains')
self.add('VOID', 'accounts', 'workers/durable_objects')
self.add('AUTH', 'accounts', 'workers/durable_objects/namespaces')
self.add('AUTH', 'accounts', 'workers/durable_objects/namespaces', 'objects')
Expand Down

0 comments on commit c1347aa

Please sign in to comment.