{
"deployment_configs": {
"production": {
"compatibility_date": "2022-01-01",
"compatibility_flags": [
"url_standard"
],
"env_vars": {
"BUILD_VERSION": {
"value": "3.3"
},
"delete_this_env_var": null
}
}
}
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/accounts//pages/projects/' \
--header 'Content-Type: application/json' \
--data-raw '{
"deployment_configs": {
"production": {
"compatibility_date": "2022-01-01",
"compatibility_flags": [
"url_standard"
],
"env_vars": {
"BUILD_VERSION": {
"value": "3.3"
},
"delete_this_env_var": null
}
}
}
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}