mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Update documentation for registry lock.
Also, make rewrite the return error message using better grammar
This commit is contained in:
parent
0c7c8eb480
commit
97617764fb
3 changed files with 4 additions and 4 deletions
|
@ -139,12 +139,12 @@ Content-Type: application/json
|
|||
#### Response for failure
|
||||
|
||||
```
|
||||
HTTP/1.1 400
|
||||
HTTP/1.1 422
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"errors": [
|
||||
{ "base": "domain cannot be unlocked" }
|
||||
{ "base": "Domain is not locked" }
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue