README update. /resolve

This commit is contained in:
Denis Zheleztsov 2017-01-10 23:22:44 +03:00
parent f8a8558218
commit 052d511a5b

View File

@ -199,6 +199,19 @@ On failure
}
```
### POST /resolve
Remove deadly node from quorum.
#### Example
Accept JSON
```json
{
"node": "node.example.com"
}
```
# AUTHORS
Denis Zheleztsov <difrex.punk@gmail.com>