Add or update DNS Glue Records for a specific domain. This is necessary when you want your domain to use custom nameservers registered under the same domain.
domainId integer · min: 1 required Example Unique domain identifier
Accept Example Content-Type Example hostname string required ips array required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domains/{domainId}/glue-records curl -X POST "https://cloud.hostup.se/api/domains/11580/glue-records" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"hostname": "string",
"ips": [
"string"
]
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"hostname": "string",
"ips": [
"string"
],
"message": "string"
}
} {
"hostname": "string",
"ips": [
"string"
]
}