From 06e5ec99fade9920f0743e1c22150e305df16c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Thu, 26 Nov 2015 14:11:00 +0200 Subject: [PATCH] Update domain.md Typo fixes in transfer info documentation --- doc/repp/v1/domain.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/repp/v1/domain.md b/doc/repp/v1/domain.md index b5733f998..fc417b47f 100644 --- a/doc/repp/v1/domain.md +++ b/doc/repp/v1/domain.md @@ -101,16 +101,16 @@ Content-Type: application/json } ``` -# Details of contacts +# Transfer info ## GET /repp/v1/domains/*domainname.ee*/transfer_info -Returns details of contacts associated with other registrar. Necessary for pre-transfer checks and better user experience in automated registrar systems. +Returns details of contacts associated with a domain to be transfered. Necessary for pre-transfer checks and better user experience in automated registrar systems. Please note the domain name in the path #### Request ``` -GET /repp/v1/domains?limit=1&details=true HTTP/1.1 +GET /repp/v1/domains/ee-test.ee/transfer_info HTTP/1.1 Accept: application/json Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ== Content-Length: 0