mirror of
https://github.com/google/nomulus
synced 2026-02-04 12:02:30 +00:00
15 lines
359 B
XML
15 lines
359 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<update>
|
|
<host:update
|
|
xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
|
<host:name>example.tld</host:name>
|
|
<host:chg>
|
|
<host:name>example2.tld</host:name>
|
|
</host:chg>
|
|
</host:update>
|
|
</update>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|