Update a unified factor data source preference
PATCH /v1/factors/data-sources/{sourceId}/preference — Updates calculation and research-evidence selection for one source used by new campaigns.
PATCH /v1/factors/data-sources/{sourceId}/preference
Updates calculation and research-evidence selection for one source used by new campaigns.
| Method | PATCH |
| Path | /v1/factors/data-sources/{sourceId}/preference |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "enabled": true }Response body
{ "source": { "sourceId": "fred-alfred", "selectionState": "enabled" } }