Modify Android Webclips policy payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/androidwebclipspolicy/payloaditems/{payload_id}
MDMDeviceMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Unique identifier of the payload item. Obtain from the Get Payload Item IDs response
Display label for the web shortcut on the device home screen (required)
Internal name identifier for the web shortcut (required)
Target URL that the web shortcut opens (required)
Whether the user can remove the web shortcut. Default: true
Uploaded icon image file for the web shortcut
File name of the web shortcut icon
Whether to use the precomposed icon (no visual effects). Default: false
Whether the web shortcut opens in full screen mode. Default: false
Page refresh behavior. 0 = No Refresh. Default: 0
Whether clearing cookies is allowed in the web view. 0 = Not Allowed. Default: 0
Where to open the web shortcut. 1 = In-app WebView. Default: 1
List of app package names that can open this web shortcut
Screen orientation. 5 = Unspecified. Default: 5
Whether clearing cache is allowed. 0 = Not Allowed. Default: 0
Whether copy-paste is allowed in the web view. Default: true
Whether fullscreen mode is allowed in the web view. Default: false
Desktop site mode. 3 = Auto-detect. Default: 3
ID of the web clips policy configuration
Whether site permissions (camera, mic, location) are allowed. Default: false
curl --request PUT \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/androidwebclipspolicy/payloaditems/{payload_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"webclip_url":"https://zylker.com","is_removal":true,"webclip_label":"value","webclips_file_upload":"value","allow_webview_clear_cookies":0,"webclip_name":"Zylker User","refresh_mode":0,"use_precomp_icon":false,"icon_file_name":"value","allow_full_screen":false}'Modify Web Clips payload item
{
"webclip_url": "https://zylker.com",
"is_removal": true,
"webclip_label": "value",
"webclips_file_upload": "value",
"allow_webview_clear_cookies": 0,
"webclip_name": "Zylker User",
"refresh_mode": 0,
"use_precomp_icon": false,
"icon_file_name": "value",
"allow_full_screen": false
}
Unique identifier of the payload item
Display label for the web shortcut on the device home screen (required)
Internal name identifier for the web shortcut (required)
Target URL that the web shortcut opens (required)
Whether the user can remove the web shortcut. Default: true
Uploaded icon image file for the web shortcut
File name of the web shortcut icon
Whether to use the precomposed icon (no visual effects). Default: false
Whether the web shortcut opens in full screen mode. Default: false
Page refresh behavior. 0 = No Refresh. Default: 0
Whether clearing cookies is allowed in the web view. 0 = Not Allowed. Default: 0
Where to open the web shortcut. 1 = In-app WebView. Default: 1
List of app package names that can open this web shortcut
Screen orientation. 5 = Unspecified. Default: 5
Whether clearing cache is allowed. 0 = Not Allowed. Default: 0
Whether copy-paste is allowed in the web view. Default: true
Whether fullscreen mode is allowed in the web view. Default: false
Desktop site mode. 3 = Auto-detect. Default: 3
ID of the web clips policy configuration
Whether site permissions (camera, mic, location) are allowed. Default: false
Web Clips payload item successfully modified
{
"webclip_url": "https://zylker.com",
"payload_id": 9007199254741000,
"is_removal": true,
"webclip_label": "value",
"webclips_file_upload": "value",
"allow_webview_clear_cookies": 0,
"webclip_name": "Zylker User",
"refresh_mode": 0,
"use_precomp_icon": false,
"icon_file_name": "value",
"allow_full_screen": false
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.