Created
December 21, 2022 01:43
-
-
Save kyouheicf/1b36867f5501857299e01f58ee4636b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo '{ | |
| "items": [ | |
| { | |
| "id": "cname_flattening", | |
| "value": "flatten_all" | |
| } | |
| ] | |
| }' | \ | |
| http -A creds PATCH "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/settings" \ | |
| Content-Type:application/json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment