From 430c3f59ef43f78ab141fbe189be11369be369fe Mon Sep 17 00:00:00 2001 From: r350178982 <32759763+r350178982@users.noreply.github.com> Date: Wed, 15 Mar 2023 18:12:38 +0800 Subject: [PATCH] Update main.py --- seatable_api/main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/seatable_api/main.py b/seatable_api/main.py index 6e57f7d..b3adaaa 100644 --- a/seatable_api/main.py +++ b/seatable_api/main.py @@ -508,8 +508,8 @@ def remove_link(self, link_id, table_name, other_table_name, row_id, other_row_i def update_link(self, link_id, table_name, other_table_name, row_id, other_rows_ids): """ :param link_id: str - :param table_id: str - :param other_table_id: str + :param table_name: str + :param other_table_name: str :param row_id: str :param other_rows_ids: list """ @@ -533,8 +533,8 @@ def update_link(self, link_id, table_name, other_table_name, row_id, other_rows_ def batch_update_links(self, link_id, table_name, other_table_name, row_id_list, other_rows_ids_map): """ :param link_id: str - :param table_id: str - :param other_table_id: str + :param table_name: str + :param other_table_name: str :param row_id_list: [] :param other_rows_ids_map: dict """