Update the Daily Database Sync time

XRAY: How to retrieve or update the daily DB sync time using REST API

AuthorFullName__c
Shashwath Rai
articleNumber
000005804
FirstPublishedDate
2023-06-30T17:06:55Z
lastModifiedDate
2025-07-22
VersionNumber
2

Below command describes how we can update/change the Xray global database sync time according the requirements:
curl -uadminuser:"Password" -H "Content-Type: application/json" -d '{"db_sync_updates_time": "18:40"}' -X PUT <Base_URL>/xray/api/v1/configuration/dbsync/time

User-added image


Note: Please be aware that the above timeframes are in GMT/UTC timezone format.