cloudflare-docs icon indicating copy to clipboard operation
cloudflare-docs copied to clipboard

Remove duplicated curl from the PATCH example

Open coleplx opened this issue 3 years ago • 0 comments

There was a duplicated curl in the last example.

Also... it could be worth to mention that sending a PATCH to change ANY "settings" value will reset all other values. But that's up to you. ;)

For example: Before:

      "settings": {
        "min_tls_version": "1.2"
      },

After:

      "settings": {
        "early_hints": "on"
      },

coleplx avatar Aug 09 '22 14:08 coleplx