PUT
/
organisations
/
{organisationId}
/
data-mappings
/
{mappingId}
/
entries
/
{entryId}

Authorizations

Authorization
string
headerrequired

Path Parameters

organisationId
string
required
mappingId
string
required
entryId
string
required

Body

application/json

DataMappingEntryUpdate is the request body to update a credential. The ID and organisation ID and Mapping ID fields are taken from the URL path.

sourceValue
required

The source value of the mapping entry.

targetValue
required

The target value of the mapping entry.

Response

200 - application/json
id
string
required
mapping
object
mapping.id
string
required
mapping.orgId
string
required
mapping.sourceApp
object
mapping.sourceSchemaId
string
required
mapping.targetApp
object
mapping.targetSchemaId
string
required
mapping.definition
object[]
required
mapping.createdAt
string
mapping.updatedAt
string
mapping.deletedAt
string
sourceValue
required
targetValue
required
createdAt
string
updatedAt
string
deletedAt
string