103
responses with Link
headers from the final response. Refer to Early Hints for more information.{
"value": "off"
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//settings/early_hints' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "off"
}'
103
responses with Link
headers from the final response. Refer to Early Hints for more information.{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "early_hints",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "off"
},
"success": true
}