/user/update-email endpoint

This commit is contained in:
Victor Piousbox
2016-03-04 21:27:16 +00:00
parent 2b8846b803
commit 7dfdbb8b05
6 changed files with 138 additions and 3 deletions

View File

@@ -8,10 +8,11 @@ import {
let api = {};
/**
* @api {post} /unsubscribe Unsubscribe an email or user from email notifications
* @api {get} /unsubscribe Unsubscribe an email or user from email notifications
* @apiVersion 3.0.0
* @apiName UnsubscribeEmail
* @apiGroup Unsubscribe
* @apiDescription This is a GET method so that you can put the unsubscribe link in emails.
*
* @apiParam {String} code An unsubscription code
*