chore(docs): Define resource not found errors and permissions

This commit is contained in:
Blade Barringer
2016-10-03 21:24:38 -05:00
parent 52f4e5f37d
commit 2dc0958678
13 changed files with 468 additions and 247 deletions

View File

@@ -17,6 +17,8 @@ let api = {};
* @apiParam {String} code Query parameter - An unsubscription code
*
* @apiSuccess {String} An html success message
*
* @apiUse UserNotFound
*/
api.unsubscribe = {
method: 'GET',