Rest API:

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

AuthorFullName__c
Shashwath Rai
articleNumber
000005944
ft:sourceType
Salesforce
FirstPublishedDate
2024-01-02T14:01:19Z
lastModifiedDate
2023-12-26
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"}