You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
It looks like the Edit Zone Properties method was updated by CloudFlare, they have combined pausing, editing vanity name servers and changing plans together. As the endpoint only allows you to do one at a time I have created individual methods for each one.
Long story short! this should be sorted now in the latest release.
https://api.cloudflare.com/#zone-edit-zone-properties
It should be a patch request and send paused as a boolean.
curl -X PATCH "https://api.cloudflare.com/client/v4/zones/023e105f4ecef8ad9ca31a8372d0c353"
--data '{"paused":true}'
The text was updated successfully, but these errors were encountered: