Skip to content

Commit

Permalink
updated and included AMP RealURL/Signed Exchange API
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jul 27, 2020
1 parent 5631b35 commit f1df7b6
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 @@ -194,7 +194,7 @@ def zones_amp(self):
""" API core commands for Cloudflare API"""

self.add('VOID', "zones", "amp")
self.add('AUTH', "zones", "amp/viewer")
self.add('AUTH', "zones", "amp/sxg")

def zones_logpush(self):
""" API core commands for Cloudflare API"""
Expand Down

0 comments on commit f1df7b6

Please sign in to comment.