From 5048846b0f941ef318a1b53b27de7305c9bf85eb Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 23 Nov 2016 13:27:01 +0100 Subject: [PATCH] Minor corrections on /statuses --- .../source/drivers-clients/http-client-server-api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/server/source/drivers-clients/http-client-server-api.rst b/docs/server/source/drivers-clients/http-client-server-api.rst index 545aaf3e..51456f53 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -435,7 +435,7 @@ Transactions Statuses -------------------------------- -.. http:get:: /statuses/{tx_id | block_id} +.. http:get:: /statuses/{tx_id|block_id} Get the status of an asynchronously written resource by their id. @@ -445,9 +445,9 @@ Statuses The possible status values are ``backlog``, ``undecided``, ``valid`` or ``invalid``. - If a transaction or block is persisted to the chain and it's status is set to - ``valid`` or ``undecided``, a ``303 See Other`` status code is returned, as - well as an URL to the resource in the location header. + If a transaction or block is persisted to the chain and it's status is set + to ``valid`` or ``undecided``, a ``303 See Other`` status code is returned, + as well as an URL to the resource in the location header. :param tx_id: transaction ID :type tx_id: hex string