{
"clientToken": "321321",
"regionID": "TestRegionID",
"description": "test-modify",
"zoneID": "zone-wccy9fgtgv",
"proxyPattern": "zone",
"TTL": 300
}
curl --location --request POST '/v4/private-zone/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "321321",
"regionID": "TestRegionID",
"description": "test-modify",
"zoneID": "zone-wccy9fgtgv",
"proxyPattern": "zone",
"TTL": 300
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"zoneID": "zone-wccy9fgtgv"
},
"statusCode": 800
}