From fd5652d4c020b06daf9e4c5decd82c8c5d8e46b1 Mon Sep 17 00:00:00 2001 From: n0rmz Date: Wed, 5 Mar 2014 02:27:02 -0600 Subject: [PATCH] Update API.md --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 1a96a5d56b..5b6f2ec9a4 100644 --- a/API.md +++ b/API.md @@ -387,7 +387,7 @@ More information about transaction errors can be found on the [Ripple Wiki](http ### Confirming a Payment -#### `GET /api/v1/addresses/:address/next_notification/:tx_hash' +#### `GET /api/v1/addresses/:address/next_notification/:tx_hash` A payment can be confirmed by retrieving a notification with the transaction hash @@ -407,7 +407,7 @@ It is important to be able to check on the status of the `ripple-rest` server an ## Check 'rippled' Status -#### `GET /api/v1/status' +#### `GET /api/v1/status` Will return the status of the current `rippled` server that the `ripple-rest` server is configured to communicate with. The response body looks like this: