From c45c7ea0fa38fda453c596bd3161c9362d689381 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Tue, 16 Dec 2014 10:50:44 +0100 Subject: [REST] add JSON support for /rest/headers/ --- doc/REST-interface.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/REST-interface.md') diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 2219ceb65f..1ba01362db 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -26,13 +26,11 @@ The HTTP request and response are both handled entirely in-memory, thus making m With the /notxdetails/ option JSON response will only contain the transaction hash instead of the complete transaction details. The option only affects the JSON response. ####Blockheaders -`GET /rest/headers//.` +`GET /rest/headers//.` Given a block hash, Returns amount of blockheaders in upward direction. -JSON is not supported. - ####Chaininfos `GET /rest/chaininfo.json` -- cgit v1.2.3