From 7f7b44c41e701261e454af688bf607767a47a2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 9 Jan 2015 18:50:10 +0200 Subject: [PATCH] Update README.md --- doc/epp/README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/epp/README.md b/doc/epp/README.md index ad0b59542..c42abe477 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -1,12 +1,19 @@ -EPP integration specification for Estonian Internet Foundation -=== +# EPP integration specification for Estonian Internet Foundation -Introduction ---- +## Introduction -Domains ---- +## Domain related functions | Field name | Required | Type | Field description | | ----------------- |----------| -----|----------------- | | domain:name | true | String | Domain name. Can contain unicode characters. | | domain:period | false | Integer | Registration period for domain. Must add up to 1 / 2 / 3 years. | + +### create command ### +| Field name | Required | Attributes | Attr. values | +| ----------------- |----------|------------|--------------| +| domain:name | true | | | +| domain:period | false | unit | "y", "m" | +| domain:ns | true | | | +|   domain:hostAttr | true | | | +|     domain:hostAddr | false | ip | "v4", "v6" | +|     domain:hostName | true | | |