Skip to content

Commit

Permalink
accounts/:id/rules/lists/bulk_operations/:operation_id - syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 17, 2020
1 parent 16fec80 commit f23a419
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 @@ -412,7 +412,7 @@ def accounts(self):
self.add('VOID', 'accounts', 'rules')
self.add('AUTH', 'accounts', 'rules/lists')
self.add('AUTH', 'accounts', 'rules/lists', 'items')
self.add('AUTH', 'accounts', 'rules/lists/bulk-operations')
self.add('AUTH', 'accounts', 'rules/lists/bulk_operations')
self.add('VOID', "accounts", "storage")
self.add('AUTH', "accounts", "storage/analytics")
self.add('AUTH', "accounts", "storage/analytics/stored")
Expand Down

0 comments on commit f23a419

Please sign in to comment.