Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 1f588a3

Browse files
committed
changed /zones/:id/logs/control to not callable
1 parent 713e306 commit 1f588a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CloudFlare/api_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def zones_logs(self):
236236
""" zones logs """
237237

238238
self.add('VOID', 'zones', 'logs')
239-
self.add('AUTH', 'zones', 'logs/control')
239+
self.add('VOID', 'zones', 'logs/control')
240240
self.add('VOID', 'zones', 'logs/control/retention')
241241
self.add('AUTH', 'zones', 'logs/control/retention/flag')
242242
self.add('AUTH_UNWRAPPED', 'zones', 'logs/received')

0 commit comments

Comments
 (0)