mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix issues in swagger docs
This commit is contained in:
parent
f9bb3f6e89
commit
9bf38af4f7
@ -415,7 +415,7 @@ public interface DeviceManagementAdminService {
|
|||||||
value = "Clearing the Password on Android Devices",
|
value = "Clearing the Password on Android Devices",
|
||||||
notes = "Clear the password on Android devices",
|
notes = "Clear the password on Android devices",
|
||||||
response = Activity.class,
|
response = Activity.class,
|
||||||
tags = "Android Device Management Administrative Service.",
|
tags = "Android Device Management Administrative Service",
|
||||||
extensions = {
|
extensions = {
|
||||||
@Extension(properties = {
|
@Extension(properties = {
|
||||||
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:clear-password")
|
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "perm:android:clear-password")
|
||||||
|
|||||||
@ -179,7 +179,7 @@ public interface DeviceManagementAdminService {
|
|||||||
value = "Dis-enrol the windows Devices",
|
value = "Dis-enrol the windows Devices",
|
||||||
notes = "Dis-enroll on Android devices",
|
notes = "Dis-enroll on Android devices",
|
||||||
response = Activity.class,
|
response = Activity.class,
|
||||||
tags = "Windows Device Management Administrative Service.",
|
tags = "Windows Device Management Administrative Service",
|
||||||
extensions = {
|
extensions = {
|
||||||
@Extension(properties = {
|
@Extension(properties = {
|
||||||
@ExtensionProperty(name = Constants.SCOPE, value = "perm:windows:disenroll")
|
@ExtensionProperty(name = Constants.SCOPE, value = "perm:windows:disenroll")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user