v1
latestOpenAPI 3.0.32026-07-12124032.8 KBmappings
storeNewVersion
Store new version of MappingConfig
post/v1/mappings/{id}/versions
Path parameters
idstring required
Example:70542580-2b38-4bfc-af8d-bb90102f9f47
Mapping Config Id
Request body
Example request
{
"source": {
"config": {
"entity_schema": "submission"
}
},
"targets": [
{
"mapping_attributes": [
{
"target": "_tags",
"operation": {
"_append": [
"new",
"tags"
],
"_uniq": true
}
}
]
}
],
"org_id": "66",
"version": 2
}Response
The updated entity mapping config
Example response
{
"source": {
"config": {
"entity_schema": "submission"
}
},
"targets": [
{
"mapping_attributes": [
{
"target": "_tags",
"operation": {
"_append": [
"new",
"tags"
],
"_uniq": true
}
}
]
}
],
"org_id": "66",
"version": 2
}