mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove links from statuses endpoint
- Updated documentation - Updated tests
This commit is contained in:
@@ -97,10 +97,7 @@ HTTP/1.1 200 OK
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"status": "valid",
|
||||
"_links": {
|
||||
"tx": "/transactions/%(txid)s"
|
||||
}
|
||||
"status": "valid"
|
||||
}
|
||||
"""
|
||||
|
||||
@@ -127,10 +124,7 @@ HTTP/1.1 200 OK
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"status": "valid",
|
||||
"_links": {
|
||||
"block": "/blocks/%(blockid)s"
|
||||
}
|
||||
"status": "valid"
|
||||
}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user