From 5ef532976d2a9c6a4319979d9fd6420b9e315c37 Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 15 Nov 2016 13:46:39 +0100 Subject: [PATCH] Corrections to render sphinx correctly --- .../source/drivers-clients/http-client-server-api.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 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 98ceddd1..f50b4f98 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -301,8 +301,7 @@ GET /unspents/ the server, this will result in the server returning a 200 OK HTTP status code and an empty list in the response's body. - :param owner_after: A public key, able to validly spend an output of a - transaction, assuming the user also has the corresponding private key. + :param owner_after: A public key, able to validly spend an output of a transaction, assuming the user also has the corresponding private key. :type owner_after: base58 encoded string **Example request**: @@ -320,12 +319,9 @@ GET /unspents/ Content-Type: application/json [ - '../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/0', '../transactions/2d431073e1477f3073a4693ac7ff9be5634751de1b8abaa1f4e19548ef0b4b0e/conditions/1' ] - :statuscode 200: A list of outputs were found and returned in the body of - the response. - :statuscode 400: The request wasn't understood by the server, e.g. - the ``owner_after`` querystring was not included in the request. + :statuscode 200: A list of outputs were found and returned in the body of the response. + :statuscode 400: The request wasn't understood by the server, e.g. the ``owner_after`` querystring was not included in the request.