added device management api to be default

revert-dabc3590
ayyoob 8 years ago
parent facadb13b2
commit a294c20a2a

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

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

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

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

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

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

@ -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.")

@ -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" +

@ -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",

@ -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",

@ -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",

Loading…
Cancel
Save