Refresh an Analysis Group
Rerun the Beam Analysis Group aggregation process.
Request
HTTP Request
POST https://api.predicthq.com/v1/beam/analysis-groups/$group_id/refresh
Path Parameters
Parameter
Description
group_id
An existing Beam Analysis Group ID.
Response
If successful, the HTTP response code will be 202 Accepted
.
Examples
curl -X POST "https://api.predicthq.com/v1/beam/analysis-groups/$GROUP_ID/refresh" \
-H "Accept: application/json" \
-H "Authorization: Bearer $ACCESS_TOKEN"
Last updated
Was this helpful?