summaryrefslogtreecommitdiffstats
path: root/lib/public/api.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-04-18 23:19:35 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-04-18 23:19:35 +0200
commitf6807337a8f576b92a2586efc00173229fd681c9 (patch)
tree8814c25510c523c4228b4bb178f114115a5f2f1e /lib/public/api.php
parent3f3f8c2f99e04586424dcbc845e0b73614b9a8bd (diff)
downloadnextcloud-server-f6807337a8f576b92a2586efc00173229fd681c9.tar.gz
nextcloud-server-f6807337a8f576b92a2586efc00173229fd681c9.zip
Add @since tag to public namespace constants
Diffstat (limited to 'lib/public/api.php')
-rw-r--r--lib/public/api.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/api.php b/lib/public/api.php
index 92de1c5c6f5..6b920b6cf52 100644
--- a/lib/public/api.php
+++ b/lib/public/api.php
@@ -39,6 +39,7 @@ class API {
/**
* API authentication levels
+ * @since 8.1.0
*/
const GUEST_AUTH = 0;
const USER_AUTH = 1;
@@ -47,6 +48,7 @@ class API {
/**
* API Response Codes
+ * @since 8.1.0
*/
const RESPOND_UNAUTHORISED = 997;
const RESPOND_SERVER_ERROR = 996;