data-mappings
Put organisations data mappings entries
Update an existing data mapping entry by ID for the given organisation and mapping.
PUT
/
organisations
/
{organisationId}
/
data-mappings
/
{mappingId}
/
entries
/
{entryId}
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredmappingId
string
requiredentryId
string
requiredBody
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
requiredmapping
object
mapping.id
string
requiredmapping.orgId
string
requiredmapping.sourceApp
object
mapping.sourceSchemaId
string
requiredmapping.targetApp
object
mapping.targetSchemaId
string
requiredmapping.definition
object[]
requiredmapping.createdAt
string
mapping.updatedAt
string
mapping.deletedAt
string
sourceValue
required
targetValue
required
createdAt
string
updatedAt
string
deletedAt
string