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

Authorizations

Authorization
string
header
required

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
sourceValue
required
targetValue
required
createdAt
string
deletedAt
string
mapping
object
mapping.definition
object[]
required
mapping.id
string
required
mapping.orgId
string
required
mapping.sourceSchemaId
string
required
mapping.targetSchemaId
string
required
mapping.createdAt
string
mapping.deletedAt
string
mapping.sourceApp
object
mapping.targetApp
object
mapping.updatedAt
string
updatedAt
string