We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbec93 commit 903ae67Copy full SHA for 903ae67
1 file changed
lib/cloudflare/zones.rb
@@ -52,6 +52,10 @@ def purge_cache(**options)
52
self.class.post(@resource.with(path: "purge_cache"), options)
53
end
54
55
+ def activation_check
56
+ self.class.put(@resource.with(path: "activation_check"))
57
+ end
58
+
59
def name
60
result[:name]
61
0 commit comments