Rest API:

XRAY: How to trigger Xray offline Database sync using REST API or JFrog CLI

AuthorFullName__c
Shashwath Rai
articleNumber
000005944
FirstPublishedDate
2024-01-02T14:01:19Z
lastModifiedDate
2025-07-22
VersionNumber
2
Usage:
POST /api/v1/updates/startOfflineSync

Sample Usage:
curl -uadmin:<PASSWORD> -XPOST http://<JFROG_URL>/xray/api/v1/updates/startOfflineSync

Sample Response:
{"info":"Local updates started"}