REST API: Return successful domain transfers

#693
This commit is contained in:
Artur Beljajev 2018-02-16 17:22:32 +02:00
parent e3abdc2394
commit e1ad847a89
3 changed files with 22 additions and 6 deletions

View file

@ -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