fix apidoc comment

This commit is contained in:
Matteo Pagliazzi
2015-11-18 18:06:37 +01:00
parent d5d13477d7
commit de75849c7a

View File

@@ -8,8 +8,8 @@ export class CustomError extends Error {
}
/**
* @apiDefine NotFound
* @apiError NotFound The client is not authorized to make this request.
* @apiDefine NotAuthorized
* @apiError NotAuthorized The client is not authorized to make this request.
*
* @apiErrorExample Error-Response:
* HTTP/1.1 401 Unauthorized