Update a list of mapping rules

Updates a list of mapping rules in a program

Path parameters

programIdstringRequired
ID of the program

Headers

AuthorizationstringRequired

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

X-Disable-Hooks"true"Required

Request

This endpoint expects a list of objects.
createdAtdatetimeRequired
Time the mapping rule was created
idstringRequired
ID of the mapping rule
namestringRequired
Name of the mapping rule
typestringRequired
updatedAtdatetimeRequired
Time the mapping rule was last updated
acceptedAtdatetimeOptional
Time the mapping rule was last updated
acceptedBystringOptional
User ID of the contributor of the mapping rule
confidenceintegerOptional
Confidence of the mapping rule
configanyOptional
createdBystringOptional
User ID of the user who suggested the mapping rule
deletedAtdatetimeOptional
Time the mapping rule was deleted
metadataanyOptional
Metadata of the mapping rule

Response

This endpoint returns an object.
datalist of objects

Errors