diff --git a/docs/server/source/http-client-server-api.rst b/docs/server/source/http-client-server-api.rst index f333e5fa..2fccd955 100644 --- a/docs/server/source/http-client-server-api.rst +++ b/docs/server/source/http-client-server-api.rst @@ -147,6 +147,14 @@ Transactions .. literalinclude:: http-samples/post-tx-response.http :language: http + .. note:: + If the server is returning a ``202`` HTTP status code, then the + transaction has been accepted for processing. To check the status of the + transaction, poll the link to the `status monitor + `_ + provided in the ``Location`` header or listen to server's + :ref:`WebSocket Event Stream API `. + :resheader Content-Type: ``application/json`` :resheader Location: Relative link to a status monitor for the submitted transaction.