{
"comment": "Domain verification record",
"content": "127.0.0.1",
"name": "example.com",
"proxied": false,
"tags": [
"owner:dns-team"
],
"ttl": 3600
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//dns_records/' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "Domain verification record",
"content": "127.0.0.1",
"name": "example.com",
"proxied": false,
"tags": [
"owner:dns-team"
],
"ttl": 3600
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}