mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
statuses remove 303 and location, links in payload
This commit is contained in:
@@ -96,12 +96,14 @@ Content-Type: application/json
|
||||
|
||||
|
||||
TPLS['get-statuses-tx-valid-response'] = """\
|
||||
HTTP/1.1 303 See Other
|
||||
HTTP/1.1 200 OK
|
||||
Content-Type: application/json
|
||||
Location: ../transactions/%(txid)s
|
||||
|
||||
{
|
||||
"status": "valid"
|
||||
"status": "valid",
|
||||
"_links": {
|
||||
"tx": "/transactions/%(txid)s"
|
||||
}
|
||||
}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user