From db8aedfd5b53692e500d9563090d6c5b0bd86bc1 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 25 Feb 2016 19:33:32 -0800 Subject: [PATCH] Update for API v1 --- REST-DELETE-message.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REST-DELETE-message.md b/REST-DELETE-message.md index ef8df8b..225647e 100644 --- a/REST-DELETE-message.md +++ b/REST-DELETE-message.md @@ -4,7 +4,7 @@ Delete specific message in mailbox. ### URI -`DELETE /mailbox/{name}/{id}` +`DELETE /api/v1/mailbox/{name}/{id}` ### Params @@ -17,7 +17,7 @@ JSON encoded string "OK" ### Example -Request: `curl -i -H "Accept: application/json" -X DELETE http://localhost:9000/mailbox/swaks/20131015T161202-0000` +Request: `curl -i -H "Accept: application/json" -X DELETE http://localhost:9000/api/v1/mailbox/swaks/20131015T161202-0000` Response: