Add registry lock documentation

This commit is contained in:
Maciej Szlosarczyk 2018-07-16 16:03:51 +03:00
parent e2d2768b6e
commit 270444b2e8
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
3 changed files with 173 additions and 17 deletions

View file

@ -1,6 +1,7 @@
# Domain related actions
## GET /repp/v1/registrant/domains
Returns domains of the current registrant.
@ -72,6 +73,7 @@ Content-Type: application/json
```
## GET repp/v1/registrant/domains
Returns domain names with offset.
@ -97,7 +99,8 @@ Content-Type: application/json
```
## GET repp/v1/registrant/domains/$UUID
Returns domain names with offset.
Returns a single domain object.
#### Request