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: