post https://{server}/api-gateway/api/v2/dtables//links/
Creates multiple links between one column and many others (1:n relation). It is not possible to create a link twice. This will result in an error.
Here is an example, how the body with other_rows_ids_map
can look like:
"other_rows_ids_map": {
"ZEZuAL_8QS6p0tJ2vyKgKw": ["Qtf7xPmoRaiFyQPO1aENTj", "PSnPPXD6SranQwA4_MhN8A"],
"PCFS8gY9R8yok5ZZOSqbHg": ["WO2IlomAQVeACVVg8liOMA", "PSnPPXD6SranQwA4_MhN8A"]
}