mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
parent
e3abdc2394
commit
e1ad847a89
3 changed files with 22 additions and 6 deletions
|
@ -28,9 +28,21 @@ Authorization: Basic dGVzdDp0ZXN0dGVzdA==
|
|||
|
||||
#### Response on success
|
||||
```
|
||||
HTTP/1.1 204
|
||||
HTTP/1.1 200
|
||||
Content-Type: application/json
|
||||
{
|
||||
"data":[
|
||||
{
|
||||
"type":"domain_transfer"
|
||||
},
|
||||
{
|
||||
"type":"domain_transfer"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
#### Response on failure
|
||||
```
|
||||
HTTP/1.1 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue