api UpdateLink 报错 : row_not_exist

我现有表"测试A"绑定至"测试B"
https://cloud.seatable.cn/dtable/external-links/5fc2527d0c8645e2a97b/

Metadata内绑定列的Data:

{
    "display_column_key": "0000",
    "table_id": "0000",
    "other_table_id": "bsa5",
    "is_internal_link": true,
    "link_id": "x2o6"
}

提交的Json如下:

{
"table_name":"测试A",
"other_table_name":"测试B",
"link_id":"x2o6",
"table_row_id":"AqsVGACHSxucLx93x1E5_w", => 测试A中某行ID
"other_row_id":"Gp5i9MGuTkCWdedEHg3cjQ" => 测试B中某行ID
}

一直返回 {“error_type”:“row_not_exist”,“error_message”:“Row does not exist.”}

这个错误是指哪边的表格行不存在?
另, 我发现即使 link_id 填错, 返回的错误信息还是如上图…

参数中other_row_id请改成other_table_row_id试试, curl命令的请求和python api请求参数有微妙的区别。请参照https://docs.seatable.cn/published/seatable-api/dtable-server/rows.md中相关内容