{
"neverRequireSignedURLs": true,
"options": {
"fit": "scale-down",
"height": 768,
"metadata": "none",
"width": 1366
}
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/accounts//images/v1/variants/' \
--header 'Content-Type: application/json' \
--data-raw '{
"neverRequireSignedURLs": true,
"options": {
"fit": "scale-down",
"height": 768,
"metadata": "none",
"width": 1366
}
}'
{
"errors": [],
"messages": [],
"result": {
"variant": {}
},
"success": true
}