PPylon Developers
ApiContent Maintenance

Backfill Match Keys

POST
/api/admin/v1/content/maintenance/backfill-match-keys
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Query Parameters

dryRun?boolean
Defaulttrue

Response Body

application/json

curl -X POST "https://loading/api/admin/v1/content/maintenance/backfill-match-keys"
{
  "scanned": 0,
  "rekeyed": 0,
  "mergeCandidates": 0,
  "merged": 0,
  "dryRunLog": [
    "string"
  ]
}