Skip to main content
POST
/
place_enrichment
/
batches
/
refresh
Mark batches for refresh
curl --request POST \
  --url https://api.repromptai.com/v1/{org}/place_enrichment/batches/refresh \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch_ids": [
    "batch_2024_03_15_123456",
    "batch_2024_03_16_123456"
  ],
  "refresh": true
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

apiKey
string | null

Body

application/json

The body is of type any.

Response

Batch refresh flags updated successfully