From 880c08885abb615cbdf5ddb9361ec79800f38db8 Mon Sep 17 00:00:00 2001 From: manoj Date: Thu, 21 May 2015 17:10:05 +0530 Subject: [PATCH] Add uninstall and install app end points to api publisher --- .../conf/user-api-publisher-config.xml | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml index 8f521099a6..d0f33146c0 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml @@ -27,7 +27,7 @@ http,https - enrollment + Enrollment admin enrollment 1.0.0 @@ -35,7 +35,7 @@ http,https - license + License admin license-mgt 1.0.0 @@ -43,20 +43,36 @@ http,https - operation + Operation admin operation 1.0.0 - http://localhost:9763/mdm-android-agent/operations + http://localhost:9763/mdm-android-agent/operation http,https - deviceList + Device List admin devices 1.0.0 http://localhost:9763/mdm-admin/devices http,https + + APP Install Operation + admin + operations + 1.0.0 + http://localhost:9763/mdm-android-agent/operations/installApp + http,https + + + APP UN Install Operation + admin + operations + 1.0.0 + http://localhost:9763/mdm-android-agent/operations/uninstallApp + http,https +