From 01d469dfea5c3a3db4ddd449b322f3f9f5ae98b9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 19 Jan 2017 11:09:04 +0100 Subject: add LDAP OCS Api for modifying a configuration Signed-off-by: Arthur Schiwon --- apps/user_ldap/appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/user_ldap/appinfo') diff --git a/apps/user_ldap/appinfo/routes.php b/apps/user_ldap/appinfo/routes.php index c80d6af76eb..f08ec195add 100644 --- a/apps/user_ldap/appinfo/routes.php +++ b/apps/user_ldap/appinfo/routes.php @@ -41,6 +41,7 @@ $application = new \OCP\AppFramework\App('user_ldap'); $application->registerRoutes($this, [ 'ocs' => [ ['name' => 'ConfigAPI#create', 'url' => '/api/v1/config', 'verb' => 'POST'], + ['name' => 'ConfigAPI#modify', 'url' => '/api/v1/config/{configID}', 'verb' => 'PUT'], ['name' => 'ConfigAPI#delete', 'url' => '/api/v1/config/{configID}', 'verb' => 'DELETE'], ] ]); -- cgit v1.2.3