Refresh an Analysis
Rerun the Beam correlation and analysis process.
Request
HTTP Request
POST https://api.predicthq.com/v1/beam/analyses//refresh
Path Parameters
Parameter
Description
analysis_id
An existing Beam Analysis ID.
Response
If successful, the HTTP response code will be 202 Accepted
.
Examples
curl -X POST "https://api.predicthq.com/v1/beam/analyses/$ANALYSIS_ID/refresh" \
-H "Accept: application/json" \
-H "Authorization: Bearer $ACCESS_TOKEN"
Guides
Below are some guides relevant to this API:
Last updated
Was this helpful?