Update Mappings Request

Update the mapping of the uploaded file to match that of the header within it. You can add or remove the required number of mapping points in the Request Body.

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

200 response

400

400 response

401

401 response

403

403 response

404

404 response

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