mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Update domain.md
Typo fixes in transfer info documentation
This commit is contained in:
parent
a5785ca7fb
commit
06e5ec99fa
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue