From af90ec88ff54b3fdbdb048aa05db8fc7607babee Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 25 Feb 2016 19:32:59 -0800 Subject: [PATCH] Update for API v1 --- REST-GET-message-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REST-GET-message-source.md b/REST-GET-message-source.md index 5b93a43..ac775af 100644 --- a/REST-GET-message-source.md +++ b/REST-GET-message-source.md @@ -4,7 +4,7 @@ Retrieve message source ### URI -`GET /mailbox/{name}/{id}/source` +`GET /api/v1/mailbox/{name}/{id}/source` ### Params @@ -17,7 +17,7 @@ Plain text dump of the message headers and body in SMTP format. ### Example -Request: `curl -i -H "Accept: application/json" http://localhost:9000/mailbox/swaks/20131015T161202-0000/source` +Request: `curl -i -H "Accept: application/json" http://localhost:9000/api/v1/mailbox/swaks/20131015T161202-0000/source` Response: