diff --git a/REST-GET--mailbox.md b/REST-GET--mailbox.md index ce0ce51..5723401 100644 --- a/REST-GET--mailbox.md +++ b/REST-GET--mailbox.md @@ -2,8 +2,6 @@ `GET /mailbox/{name}` -Example: `curl -i -H "Accept: application/json" http://localhost:9000/mailbox/swaks` - ### Params * name: Name of the mailbox to list the contents of @@ -20,7 +18,7 @@ A JSON array of message header maps, containing the following fields: ### Example -Request: `GET /mailbox/swaks` +Request: `curl -i -H "Accept: application/json" http://localhost:9000/mailbox/swaks` Response: