From 6df7359fe8d1a3c86d5448f840337549194b20c9 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 14 Jan 2015 17:31:44 +0200 Subject: [PATCH] Add example requests --- doc/epp/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/epp/README.md b/doc/epp/README.md index 925565945..acde7e8e1 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -236,6 +236,7 @@ Introduction text here | domain:name | true | | Domain name. Can contain unicode characters. | | [domain:authInfo](#domainauthinfo) | true | | Domain password | +[EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-returns-domain-info) ### Domain check @@ -254,3 +255,5 @@ Introduction text here | Field name | Required | Attributes | Field description | | ----------------- |----------| -----|----------------- | | domain:name | true | | Domain name. Can contain unicode characters. | + +[EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-domain-with-valid-user-checks-a-domain)