{
"value": {
"css": "off",
"html": "off",
"js": "off"
}
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//settings/minify' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": {
"css": "off",
"html": "off",
"js": "off"
}
}'
{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "minify",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": {
"css": "off",
"html": "off",
"js": "off"
}
},
"success": true
}