From 1c6d0a5ab34d3bcbdda2eafd7278adc797559150 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 15 Oct 2013 17:09:14 -0700 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REST-API.md b/REST-API.md index 2b8da32..b9d771c 100644 --- a/REST-API.md +++ b/REST-API.md @@ -1,4 +1,4 @@ * List Mailbox Contents: [GET /mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox) -* Get Message Source: [GET /mailbox/{name}/{id}/source](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox-source) +* Get Message Source: [GET /mailbox/{name}/{id}/source](https://github.com/jhillyerd/inbucket/wiki/REST-GET-message-source) * Delete Message: [DELETE /mailbox/{name}/{id}](https://github.com/jhillyerd/inbucket/wiki/REST-DELETE-message) * Purge Mailbox Contents: [DELETE /mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-DELETE-mailbox) \ No newline at end of file