curl --request PUT \
--url https://api.tenbyte.com/v1/distributions/{distributionID} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "Tenbyte CDN",
"domain_type": "custom",
"cname": "cdn.tenbyte.com.my",
"cache_strategy": "vod",
"host_header": "cdn.tenbyte.com.my",
"origin": {
"name": "tenbyte-origin",
"type": "http",
"url": "https://tenbyte.com.my"
}
}
'