From b5e5d96d5034bbc422616e9f5c30ff75cc8a22f0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Apr 2020 03:04:23 +0200 Subject: [PATCH] Doxygen --- htdocs/api/class/api_access.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/api/class/api_access.class.php b/htdocs/api/class/api_access.class.php index 53139b0df8c..52cc9223903 100644 --- a/htdocs/api/class/api_access.class.php +++ b/htdocs/api/class/api_access.class.php @@ -64,7 +64,9 @@ class DolibarrApiAccess implements iAuthenticate * Check access * * @return bool - * @throws RestException + * + * @throws RestException 401 Forbidden + * @throws RestException 503 Technical error */ public function __isAllowed() {