Skip to content

Commit

Permalink
edit of "Get deployment stage logs" call
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 3, 2022
1 parent b0d2335 commit a860114
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 @@ -639,7 +639,7 @@ def accounts_extras(self):
self.add('AUTH', 'accounts', 'pages/projects')
self.add('AUTH', 'accounts', 'pages/projects', 'deployments')
self.add('VOID', 'accounts', 'pages/projects', 'deployments', 'history')
self.add('AUTH', 'accounts', 'pages/projects', 'deployments', 'history', 'logs')
self.add('AUTH', 'accounts', 'pages/projects', 'deployments', 'history/logs')
self.add('AUTH', 'accounts', 'pages/projects', 'deployments', 'retry')
self.add('AUTH', 'accounts', 'pages/projects', 'deployments', 'rollback')
self.add('AUTH', 'accounts', 'pages/projects', 'domains')
Expand Down

0 comments on commit a860114

Please sign in to comment.