From 38b5c554341cdd9db06489a4ecc2ecd97d6a5f96 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 14 Jan 2015 13:14:42 +0200 Subject: [PATCH] Documentation --- doc/epp/README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/epp/README.md b/doc/epp/README.md index 23a470d68..e198db2f9 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -51,8 +51,28 @@ Introduction text here ##### update | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | -| domain:update | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | | +| [domain:update](#domainupdate) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | | +##### domain:update +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| domain:name | true | | Domain name. Can contain unicode characters. | +| [domain:chg](#domainchg) | false | | Attributes to change | +| [domain:add](#domainadd) | false | | Objects to add | +| domain:rem | false | | Objects to remove | + +##### domain:chg +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| domain:registrant | false | | Contact reference to the registrant | + +##### domain:add +| Field name | Required | Attributes | Field description | +| ----------------- |----------| -----|----------------- | +| domain:registrant | false | | Contact reference to the registrant | +| [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj | +| domain:contact | false | type (tech, admin) | Contact reference | +| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) | ##### extension | Field name | Required | Attributes | Field description | @@ -67,7 +87,7 @@ Introduction text here ##### domain:ns | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | -| domain:hostAttr | true | | | +| [domain:hostAttr](#domainhostattr) | true | | | ##### domain:hostAttr