Update DNS domain record
PUT /dns-domain/{domain-id}/record/{record-id}
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/dns-domain/{domain-id}/record/{record-id} \
-H "Content-Type: application/json" \
-d '{"name":"string","content":"string","ttl":42,"priority":42}'
Request examples
{
"name": "string",
"content": "string",
"ttl": 42,
"priority": 42
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}