Requests that PX begin a backfill operation for the feature with the given ID
POST
/v1/feature/backfill/{featureId}
curl \
--request POST 'https://api.aptrinsic.com/v1/feature/backfill/{featureId}'
Response examples (200)
{
"body": {},
"statusCode": "100",
"statusCodeValue": 42
}
Response examples (204)
{
"body": {},
"statusCode": "100",
"statusCodeValue": 42
}