From 7460143909f26596ce84aa4ff882b813dd22a6eb Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Wed, 16 Oct 2013 17:03:31 -0700 Subject: [PATCH] Updated REST API (markdown) --- REST-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/REST-API.md b/REST-API.md index b9d771c..ca02d9f 100644 --- a/REST-API.md +++ b/REST-API.md @@ -1,4 +1,5 @@ * List Mailbox Contents: [GET /mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox) +* Get Message: [GET /mailbox/{name}/{id}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-message) * 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