Remove greylist accounts

remove_greylist_accounts

post

Removes accounts from greylist for producer node

Body
Responses
200
OK
application/json
post
POST /v1/producer/remove_greylist_accounts HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "params": {
    "accounts": [
      "text"
    ]
  }
}
200

OK

[
  "text"
]