Update domain.md

Typo fixes in transfer info documentation
This commit is contained in:
Timo Võhmar 2015-11-26 14:11:00 +02:00
parent a5785ca7fb
commit 06e5ec99fa

View file

@ -101,16 +101,16 @@ Content-Type: application/json
} }
``` ```
# Details of contacts # Transfer info
## GET /repp/v1/domains/*domainname.ee*/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 Please note the domain name in the path
#### Request #### 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 Accept: application/json
Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ== Authorization: Basic Z2l0bGFiOmdoeXQ5ZTRmdQ==
Content-Length: 0 Content-Length: 0