From 05fdcef670c403fcb2c4dafc6fb2db859fc2799c Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 25 Jan 2017 18:54:03 +0100 Subject: [PATCH] Document default value for GET /outputs?unspent= --- docs/server/source/drivers-clients/http-client-server-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9e66f603..5444be8f 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -165,7 +165,7 @@ not already been spent. Returns a list of links to transaction outputs. :param public_key: Base58 encoded public key associated with output ownership. This parameter is mandatory and without it the endpoint will return a ``400`` response code. - :param unspent: Boolean value ("true" or "false") indicating if the result set should be limited to outputs that are available to spend. + :param unspent: Boolean value ("true" or "false") indicating if the result set should be limited to outputs that are available to spend. Defaults to "false". **Example request**: