Skip to main content
PUT
Update Entity Field Mapping

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the field mapping to update.

Body

application/json
externalFieldPath
string | null

New external field path. Omit to leave unchanged.

priority
number<double> | null

New precedence. Omit to leave unchanged.

Response

Success

data
data · object

The updated field mapping.