put https://{server}/dtable-server/api/v1/dtables//batch-update-links/
Update multiple links in batch in one table for one link column. It is possible to create multiple links with a n:m relation.
Here is an example how the body with row_id_list
and other_rows_ids_map
should look like:
"row_id_list": [
"Qtf7xPmoRaiFyQPO1aENTjb",
"Qtf7xPmoRaiFyQPO1aENTjc"
],
"other_rows_ids_map": {
"Qtf7xPmoRaiFyQPO1aENTjb": ["Qtf7xPmoRaiFyQPO1aENTjc", "{{row3_id}}"],
"Qtf7xPmoRaiFyQPO1aENTjc": ["Qtf7xPmoRaiFyQPO1aENTjb", "{{row3_id}}"]
}