Update Enrichments Request

Detail which package of enrichment settings are to be applied to the uploaded file.

Select one of the three creditTypes to acquire the JSON Enrichment tag schema possible for that product.

Removal of Enrichment tags is possible from each creditType. Addition of Enrichment tags to a creditType is not possible beyond the maximum schema for each.

SecuritybearerToken
Request
path Parameters
id
required
string
Request Body schema: application/json
required
One of:
Array of objects
Responses
200

Successful Response

400

Bad Request Response

401

Invalid Token Response

403

Access Forbidden Response

404

404 response

put/dataCleaning/jobs/{id}/enrichments
Request samples
application/json
{
  • "enrichments": [
    ]
}
Response samples
application/json
{
  • "enrichments": [
    ]
}