summaryrefslogtreecommitdiffstats
path: root/external/folderapi.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-06-22 18:18:55 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-06-22 18:18:55 +0200
commit4affc4f485d1a69426edad1a2a02deb3dbcf9a5e (patch)
tree27082f73e83bb75873860b6c5397d6c4258749c2 /external/folderapi.php
parentb11cd6e058d6f9f1bbcba568858d8fea34178e4c (diff)
add api annotations
Diffstat (limited to 'external/folderapi.php')
-rw-r--r--external/folderapi.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/folderapi.php b/external/folderapi.php
index 237f23660..1781f3c83 100644
--- a/external/folderapi.php
+++ b/external/folderapi.php
@@ -57,6 +57,7 @@ class FolderAPI extends Controller {
* @IsSubAdminExemption
* @CSRFExemption
* @Ajax
+ * @API
*/
public function getAll() {
$userId = $this->api->getUserId();
@@ -77,6 +78,7 @@ class FolderAPI extends Controller {
* @IsSubAdminExemption
* @CSRFExemption
* @Ajax
+ * @API
*/
public function create() {
$userId = $this->api->getUserId();
@@ -102,6 +104,7 @@ class FolderAPI extends Controller {
* @IsAdminExemption
* @IsSubAdminExemption
* @CSRFExemption
+ * @API
* @Ajax
*/
public function delete() {
@@ -123,6 +126,7 @@ class FolderAPI extends Controller {
* @IsSubAdminExemption
* @CSRFExemption
* @Ajax
+ * @API
*/
public function update() {
$userId = $this->api->getUserId();
@@ -149,6 +153,7 @@ class FolderAPI extends Controller {
* @IsSubAdminExemption
* @CSRFExemption
* @Ajax
+ * @API
*/
public function read() {
$userId = $this->api->getUserId();