[UPDATE] REST tool - new URL for tx/ method

This commit is contained in:
mDuo13
2014-11-04 12:01:40 -08:00
parent 7e6569744b
commit b85f77d877

View File

@@ -240,7 +240,7 @@ Request("Get Server Status", {
Request("Retrieve Ripple Transaction", {
method: GET,
path: "/v1/tx/{:hash}",
path: "/v1/transactions/{:hash}",
description: "Retrieve a raw Ripple transaction",
link: "#retrieve-ripple-transaction",
params: {