Updates patch approval configuration settings.
post /dcapi/patch/settings/approvalSettings
https://{server-hostname}:8383/dcapi/patch/settings/approvalSettings
PatchMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Whether patch approval workflow is enabled
Whether auto-approval is enabled
Approval type: manual or auto
Number of days after which patches are auto-approved (when autoApproval is enabled)
curl --request POST \
--url https://appdomain/dcapi/patch/settings/approvalSettings \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"autoApprovalEnabled":false,"approvalType":"manual","patchApprovalEnabled":true,"approveAfterDays":7}'Enable auto-approval after 7 days
{
"autoApprovalEnabled": false,
"approvalType": "manual",
"patchApprovalEnabled": true,
"approveAfterDays": 7
}
Approval settings updated
{
"remarks": "Approval settings updated",
"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.