mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(event): April Foolin
This commit is contained in:
@@ -41,6 +41,19 @@ export const { BadRequest } = common.errors;
|
||||
*/
|
||||
export const { NotFound } = common.errors;
|
||||
|
||||
/**
|
||||
* @apiDefine Forbidden
|
||||
* @apiError Forbidden The requested resource was not found.
|
||||
*
|
||||
* @apiErrorExample Error-Response:
|
||||
* HTTP/1.1 403 Forbidden
|
||||
* {
|
||||
* "error": "Forbidden",
|
||||
* "message": "Access forbidden."
|
||||
* }
|
||||
*/
|
||||
export const { Forbidden } = common.errors;
|
||||
|
||||
|
||||
/**
|
||||
* @apiDefine NotificationNotFound
|
||||
|
||||
Reference in New Issue
Block a user