Skip to content

Commit 429c482

Browse files
authored
Update clone_card docstring
1 parent 92a028b commit 429c482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metabase_api/metabase_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def clone_card(self, card_id, source_table_id, target_table_id, new_card_name=No
871871
card_id -- id of the card
872872
source_table_id -- The table that the filters of the card are based on
873873
target_table_id -- The table that the filters of the cloned card would be based on
874-
new_card_name -- Name of the cloned card
874+
new_card_name -- Name of the cloned card. If not provided, the name of the source card is used.
875875
new_card_collection_id -- The collection that the cloned card should be saved in
876876
ignore_these_filters -- A list of variable names of filters. The source of these filters would not change in the cloning process.
877877
"""

0 commit comments

Comments
 (0)