Document default value for GET /outputs?unspent=

This commit is contained in:
Sylvain Bellemare 2017-01-25 18:54:03 +01:00 committed by Sylvain Bellemare
parent cd7d65b63e
commit 05fdcef670

View File

@ -165,7 +165,7 @@ not already been spent.
Returns a list of links to transaction outputs. 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 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**: **Example request**: