{{baseUrl}}/domain/:domain

PUT {{baseUrl}}/domain/:domain

This method allows you to update domain information like registrant, admin, tech or dns. Both the 'registrant' and the 'dns' must be updated alone and not in the presence of other parameters, not even together

Request Body

{"registrant"=>"<string>", "admin"=>"<string>", "tech"=>["<string>", "<string>"], "dns"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[],&quot;message&quot;:&quot;Greeting OK. Login OK. Adding NS: ns1.altravia.com. Adding NS: ns2.altravia.com. Adding NS: ns3.altravia.com. Domain &#39;yingyang.it&#39; is now up to date. Logout OK.&quot;,&quot;success&quot;:true,&quot;error&quot;:null}