mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Add registry lock documentation
This commit is contained in:
parent
e2d2768b6e
commit
270444b2e8
3 changed files with 173 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue