Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Api
diff options
context:
space:
mode:
authorMaxence Lange <maxence@nextcloud.com>2017-08-01 16:14:43 +0300
committerMaxence Lange <maxence@nextcloud.com>2017-08-01 16:14:43 +0300
commitd901b9cdb21125b7027b36cf7d66652d92106983 (patch)
treecf6881c19bd4fe3febb385f9c0967cc411405408 /lib/Api
parent2b06a7374c9233c3f41fc71c985ce8ebb9a53f5a (diff)
renaming circles
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Diffstat (limited to 'lib/Api')
-rw-r--r--lib/Api/v1/Circles.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Api/v1/Circles.php b/lib/Api/v1/Circles.php
index 98baef2c..427e02fd 100644
--- a/lib/Api/v1/Circles.php
+++ b/lib/Api/v1/Circles.php
@@ -85,8 +85,8 @@ class Circles {
* You must specify type and name. type is one of this value:
*
* CIRCLES_PERSONAL is 1 or 'personal'
- * CIRCLES_HIDDEN is 2 or 'hidden'
- * CIRCLES_PRIVATE is 4 or 'private'
+ * CIRCLES_SECRET is 2 or 'secret'
+ * CIRCLES_CLOSED is 4 or 'closed'
* CIRCLES_PUBLIC is 8 or 'public'
*
* @param mixed $type
@@ -141,7 +141,7 @@ class Circles {
* Circles::listCircles();
*
* This function list all circles fitting a search regarding its name and the level and the
- * rights from the current user. In case of Hidden circle, name needs to be complete so the
+ * rights from the current user. In case of Secret circle, name needs to be complete so the
* circle is included in the list (or if the current user is the owner)
*
* example: Circles::listCircles(Circle::CIRCLES_ALL, '', 8, callback); will returns all