Closed amesar closed 1 year ago
The "revision_timestamp" parameter of the "/api/2.0/workspace/export" API is not working
ES-684042
Fixed with correct query param: params ["revision"] = { "revision_timestamp": revision_id }
params ["revision"] = { "revision_timestamp": revision_id }
The "revision_timestamp" parameter of the "/api/2.0/workspace/export" API is not working
ES-684042