Documentation tags_api.get_active_votes in no longer supported

tags_api.get_active_votes does not seem to be still supported by hivemind (as expected)

Query:

{
  "jsonrpc":"2.0", 
  "method":"tags_api.get_active_votes",
  "params":
	{
	  "author": "", 
	  "permlink": ""
	},
  "id":1
}

response:

{
  "jsonrpc": "2.0",
  "error": {
    "code": -32601,
    "message": "Method not found",
    "data": "tags_api.get_active_votes"
  },
  "id": 1
}
Assignee Loading
Time tracking Loading