Triggers an update of the patch database in the Endpoint Central server to ensure the latest patch information is available.
This API endpoint is deprecating soon
https://{server-hostname}:8383/api/1.4/patch/updatedb
PatchMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request POST \
--url https://appdomain/api/1.4/patch/updatedb \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Value: updatedb
Database update initiation result
DB update details
Sync type: Manual
Username who initiated the sync
Timestamp when sync was initiated
API version: 1.4
Operation status: success
Value: updatedb
Error details
Error code: 1001 = DB update already in progress
Human-readable error message
Operation status: error
Manual DB sync initiated
{
"message_type": "updatedb",
"message_response": {
"updatedb": {
"sync_type": "Manual",
"sync_initiated_by": "admin",
"sync_time": 1757347980415
}
},
"message_version": "1.4",
"status": "success"
}
DB update already running
{
"message_type": "updatedb",
"message_response": {
"error_code": 1001,
"error": "DB update already in progress"
},
"status": "error"
}
![]()
Duration: 1 minute | Threshold: 120 | 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.