Rename "Domain password" to "Domain transfer code" in EPP spec

Original change in 4b836f1476

#660
This commit is contained in:
Artur Beljajev 2018-01-22 16:31:30 +02:00
parent b11b6f7d8b
commit 09b013f73f
2 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@ Domain name mapping protocol short version:
<domain:name> 1 Domain name. Can contain unicode characters. <domain:name> 1 Domain name. Can contain unicode characters.
Attribute: hosts="all / del / sub / none" Attribute: hosts="all / del / sub / none"
<domain:authInfo> 0-1 Required if registrar is not the owner of the domain. <domain:authInfo> 0-1 Required if registrar is not the owner of the domain.
<domain:pw> 1 Domain password. Attribute: roid="String" <domain:pw> 1 Domain transfer code. Attribute: roid="String"
<clTRID> 0-1 Client transaction id <clTRID> 0-1 Client transaction id
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-returns-domain-info) [EXAMPLE REQUEST AND RESPONSE](/doc/epp-examples.md#epp-domain-with-valid-domain-returns-domain-info)
@ -148,7 +148,7 @@ Domain name mapping protocol short version:
<domain:transfer> 1 Attribute: xmlns:domain="https://epp.tld.ee/schema/domain-eis-1.0.xsd" <domain:transfer> 1 Attribute: xmlns:domain="https://epp.tld.ee/schema/domain-eis-1.0.xsd"
<domain:name> 1 Domain name. Can contain unicode characters. <domain:name> 1 Domain name. Can contain unicode characters.
<domain:authInfo> 1 <domain:authInfo> 1
<domain:pw> 1 Domain password. Attribute: roid="String" <domain:pw> 1 Domain transfer code. Attribute: roid="String"
<extension> 0-1 <extension> 0-1
<eis:extdata> 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd" <eis:extdata> 0-1 Attribute: xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd"
<eis:legalDocument> 0-1 Base64 encoded document. <eis:legalDocument> 0-1 Base64 encoded document.

View file

@ -14,7 +14,7 @@ NB! Keyrelay not implemented.
<secDNS:alg> 1 Allowed values: 3, 5, 6, 7, 8, 10, 13, 14 <secDNS:alg> 1 Allowed values: 3, 5, 6, 7, 8, 10, 13, 14
<secDNS:pubKey> 1 Public key <secDNS:pubKey> 1 Public key
<ext:authInfo> 1 <ext:authInfo> 1
<domain:pw> 1 Domain password. Attribute: roid="String" <domain:pw> 1 Domain transfer code. Attribute: roid="String"
<ext:expiry> 1 <ext:expiry> 1
<ext:relative> 0-1 Relative expiry duration (ISO8601). <ext:relative> 0-1 Relative expiry duration (ISO8601).
Required if ext:absolute is not specified Required if ext:absolute is not specified