mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Merge branch 'master' into registry-661
# Conflicts: # db/structure.sql
This commit is contained in:
commit
18010c6a2e
42 changed files with 546 additions and 291 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