Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 629 Bytes

removeFromBlacklist.md

File metadata and controls

27 lines (13 loc) · 629 Bytes

< EON API Documentation

node/removeFromBlacklist

Force the node to remove a specific peer from the blacklisted ones.

Parameters

Name Type Required Description
address string yes Peer to be removed from the blacklist (format: ip:port)

Example request

 curl -sX POST 'http://127.0.0.1:9085/node/removeFromBlacklist' -H 'Content-Type: application/json' -H 'accept: application/json' -d '{"address":"92.92.92.92:27017"}'  

Example response

{
    "result" : {}
 }