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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-28 00:40:46 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-18 10:49:49 +0300
commit5238f3a6d9c3312b854b23e256ac601aa9e17b6f (patch)
treecbaafa52ebbea923c3afc68ee6dbdf7638bab7ec /appinfo
parentd3a88531e8e3c753e345e5a4c2c7cf7b53c2f470 (diff)
Remote notifications for basic file actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 08127c21..0b3b408a 100755
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -21,6 +21,7 @@
return [
'ocs' => [
+ ['name' => 'RemoteActivity#receiveActivity', 'url' => '/api/v2/remote', 'verb' => 'POST'],
['name' => 'APIv1#get', 'url' => '/activity', 'verb' => 'GET', 'root' => '/cloud'],
// ['name' => 'APIv2#getDefault', 'url' => '/api/v2/activity', 'verb' => 'GET'],
// ['name' => 'APIv2#getFilter', 'url' => '/api/v2/activity/{filter}', 'verb' => 'GET'],