Merge branch 'cloud-3.1.0' of https://github.com/wso2/carbon-device-mgt-plugins into cloud-3.1.0

This commit is contained in:
kamidu 2017-02-14 19:27:11 +05:30
commit 71c93eec29
11 changed files with 11 additions and 11 deletions

View File

@ -56,7 +56,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "android_sense", description = "")
@Tag(name = "android_sense,device_management", description = "")
}
)
@Scopes(

View File

@ -40,7 +40,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "arduino", description = "")
@Tag(name = "arduino,device_management", description = "")
}
)
@Scopes(

View File

@ -39,7 +39,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "raspberrypi", description = "")
@Tag(name = "raspberrypi,device_management", description = "")
}
)
@Scopes(

View File

@ -45,7 +45,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "virtual_firealarm", description = "")
@Tag(name = "virtual_firealarm,device_management", description = "")
}
)
@Scopes(

View File

@ -58,7 +58,7 @@ import java.util.List;
}
),
tags = {
@Tag(name = "android", description = "")
@Tag(name = "android,device_management", description = "")
}
)
@Path("/admin/devices")

View File

@ -56,7 +56,7 @@ import java.util.List;
}
),
tags = {
@Tag(name = "android", description = "")
@Tag(name = "android,device_management", description = "")
}
)
@Api(value = "Android Device Management",

View File

@ -55,7 +55,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "android", description = "")
@Tag(name = "android,device_management", description = "")
}
)
@Api(value = "Android Configuration Management", description = "This API carries all the resource used to mange the Android platform configurations.")

View File

@ -53,7 +53,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "android", description = "")
@Tag(name = "android,device_management", description = "")
}
)
@Api(value = "Event Receiver", description = "Event publishing/retrieving related APIs. To enable event publishing/retrieving you need to" +

View File

@ -62,7 +62,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "windows", description = "")
@Tag(name = "windows,device_management", description = "")
}
)
@Api(value = "Windows Configuration Management",

View File

@ -55,7 +55,7 @@ import java.util.List;
}
),
tags = {
@Tag(name = "windows", description = "")
@Tag(name = "windows,device_management", description = "")
}
)
@Api(value = "Windows Device Management Administrative Service",

View File

@ -51,7 +51,7 @@ import javax.ws.rs.core.Response;
}
),
tags = {
@Tag(name = "windows", description = "")
@Tag(name = "windows,device_management", description = "")
}
)
@Api(value = "Windows Binary Security Token Service",