Approves specified patches for deployment across managed systems.
put /dcapi/patch/settings/approvePatches
https://{server-hostname}:8383/dcapi/patch/settings/approvePatches
PatchMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Array of patch IDs to approve
Optional remarks for the approval action
curl --request PUT \
--url https://appdomain/dcapi/patch/settings/approvePatches \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"patchIds":[12345,67890,11111],"remarks":"Approved for production"}'Approve specific patches by ID
{
"patchIds": [
12345,
67890,
11111
],
"remarks": "Approved for production"
}
Operation result: success or failure
Number of patches successfully approved
Patches approved
{
"approvedCount": 3,
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.