v1
latestOpenAPI 3.0.32026-07-12124032.8 KBmappings
storeConfig
Store new MappingConfig
post/v1/mappings
Query parameters
with_idstring
Whether ids are part of the body or not
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
}