diff --git a/api/@ohos.enterpriseDeviceManager.d.ts b/api/@ohos.enterpriseDeviceManager.d.ts index 612d2d7d12553a5f05b7779531abb5517c812356..08f6c2cb539ff4695939b2772860f677597d1124 100644 --- a/api/@ohos.enterpriseDeviceManager.d.ts +++ b/api/@ohos.enterpriseDeviceManager.d.ts @@ -280,6 +280,7 @@ declare namespace enterpriseDeviceManager { /** * Set the information of the administrator's enterprise. * Only the administrator app can call this method. + * @permission ohos.permission.SET_ENTERPRISE_INFO * @param { Want } admin - admin indicates the administrator ability information. * @param { EnterpriseInfo } enterpriseInfo - enterpriseInfo indicates the enterprise information of the calling application. * @param { AsyncCallback } callback - the callback of setEnterpriseInfo.