From a37b505c8779ddb5d9f821dff8661540321cc2a3 Mon Sep 17 00:00:00 2001 From: diminator Date: Mon, 26 Dec 2016 17:28:06 +0100 Subject: [PATCH] (fix): forgot one owners_after -> public_keys --- 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 284625f9..b6c4f3ef 100644 --- a/docs/server/source/drivers-clients/http-client-server-api.rst +++ b/docs/server/source/drivers-clients/http-client-server-api.rst @@ -130,7 +130,7 @@ Transactions :resheader Content-Type: ``application/json`` :statuscode 200: A list of transaction's containing unfulfilled conditions was found and returned. - :statuscode 400: The request wasn't understood by the server, e.g. the ``owners_after`` querystring was not included in the request. + :statuscode 400: The request wasn't understood by the server, e.g. the ``public_keys`` querystring was not included in the request. .. http:get:: /transactions?operation={GENESIS|CREATE|TRANSFER}&asset_id={asset_id}