Skip to content

Commit a97712a

Browse files
authored
Merge pull request #82 from seatable/code-optimize
Update main.py
2 parents 6171ab6 + 430c3f5 commit a97712a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

seatable_api/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ def remove_link(self, link_id, table_name, other_table_name, row_id, other_row_i
508508
def update_link(self, link_id, table_name, other_table_name, row_id, other_rows_ids):
509509
"""
510510
:param link_id: str
511-
:param table_id: str
512-
:param other_table_id: str
511+
:param table_name: str
512+
:param other_table_name: str
513513
:param row_id: str
514514
:param other_rows_ids: list
515515
"""
@@ -533,8 +533,8 @@ def update_link(self, link_id, table_name, other_table_name, row_id, other_rows_
533533
def batch_update_links(self, link_id, table_name, other_table_name, row_id_list, other_rows_ids_map):
534534
"""
535535
:param link_id: str
536-
:param table_id: str
537-
:param other_table_id: str
536+
:param table_name: str
537+
:param other_table_name: str
538538
:param row_id_list: []
539539
:param other_rows_ids_map: dict
540540
"""

0 commit comments

Comments
 (0)