[
{
"entity_api_name": "string",
"entity_type": 1,
"mapping": {},
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"relation_types": {},
"share_mode": 0,
"revision": 1,
"sharing_clients": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
curl --location --request POST '/entities/ImportMappingMasks/batch-modify' \
--header 'Content-Type: application / json' \
--data-raw '[
{
"entity_api_name": "string",
"entity_type": 1,
"mapping": {},
"name": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"relation_types": {},
"share_mode": 0,
"revision": 1,
"sharing_clients": [
{
"id": "http://example.com"
}
],
"sharing_units": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]'
{
"success": true,
"data": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}