This commit is contained in:
Andris Reinman 2018-09-28 12:23:24 +03:00
parent 01886053e0
commit 06f269668e

View file

@ -2069,7 +2069,7 @@ module.exports = (db, server, messageHandler) => {
*
* @apiError error Description of the error
*
* @apiExample {curl} Delete a Message:
* @apiExample {curl} Upload a Message:
* curl -i -XPOST "http://localhost:8080/users/5a2f9ca57308fc3a6f5f811d/mailboxes/5a2f9ca57308fc3a6f5f811e/messages" \
* -H 'Content-type: message/rfc822' \
* -d 'From: sender@example.com
@ -2296,7 +2296,7 @@ module.exports = (db, server, messageHandler) => {
*
* @apiError error Description of the error
*
* @apiExample {curl} Delete a Message:
* @apiExample {curl} Forward a Message:
* curl -i -XPOST "http://localhost:8080/users/59fc66a03e54454869460e45/mailboxes/59fc66a13e54454869460e57/messages/1/forward" \
* -H 'Content-type: application/json' \
* -d '{