1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Update for API v1

James Hillyerd
2016-02-25 19:32:59 -08:00
parent 26cad281be
commit af90ec88ff

@@ -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: