Updates patch database platform settings and scheduler configuration.
put /dcapi/patch/settings/patchDatabaseSettings
https://{server-hostname}:8383/dcapi/patch/settings/patchDatabaseSettings
PatchMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Whether Windows patch management is enabled
Whether Mac patch management is enabled
Whether Linux patch management is enabled
Whether third-party patch management is enabled
Scheduler configuration for patch database sync
Whether the scheduler is enabled
Scheduler type: Daily, Weekly, Monthly
Scheduled time in HH:mm format
curl --request PUT \
--url https://appdomain/dcapi/patch/settings/patchDatabaseSettings \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"linuxEnabled":true,"windowsEnabled":true,"thirdPartyEnabled":true,"schedulerSettings":{"schedulerEnabled":true,"schedulerTime":"03:00","schedulerType":"Daily"},"macEnabled":true}'Update platform and scheduler settings
{
"linuxEnabled": true,
"windowsEnabled": true,
"thirdPartyEnabled": true,
"schedulerSettings": {
"schedulerEnabled": true,
"schedulerTime": "03:00",
"schedulerType": "Daily"
},
"macEnabled": true
}
Confirmation message: patch database settings have saved successfully
Error code: UAC_UNAUTHORIZED for missing or invalid credentials
Localized description: dc.rest.authentication.unauthorized
Settings saved
{
"remarks": "patch database settings have saved successfully"
}
Unauthorized access
{
"error_description": "dc.rest.authentication.unauthorized",
"error_code": "UAC_UNAUTHORIZED"
}
![]()
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.