mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
improve wording on post transactions status codes
This commit is contained in:
parent
fde3d21ba7
commit
6cf39542ea
@ -247,8 +247,11 @@ Transactions
|
||||
.. literalinclude:: samples/post-tx-response.http
|
||||
:language: http
|
||||
|
||||
:statuscode 202: The pushed transaction was accepted, but the processing has not been completed.
|
||||
:statuscode 400: The transaction was invalid and not created.
|
||||
:resheader Content-Type: ``application/json``
|
||||
:resheader Location: As the transaction will be persisted asynchronously, an endpoint to monitor its status is provided in this header.
|
||||
|
||||
:statuscode 202: The pushed transaction was accepted in the ``BACKLOG``, but the processing has not been completed.
|
||||
:statuscode 400: The transaction was malformed and not accepted in the ``BACKLOG``.
|
||||
|
||||
|
||||
Statuses
|
||||
|
Loading…
x
Reference in New Issue
Block a user