Skip to content

Commit eafd15f

Browse files
committed
Update docstring
1 parent da30ff2 commit eafd15f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frameioclient/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ def copy_asset(self, destination_folder_id, **kwargs):
235235
Copy an asset
236236
237237
:Args:
238-
asset_id (string): The asset_id you want to copy
238+
destination_folder_id (string): The id of the folder you want to copy into.
239239
:Kwargs:
240-
id (string): The id of the folder you want to put it into
240+
id (string): The id of the asset you want to copy.
241241
242242
Example::
243243
client.copy_asset("adeffee123342", id="7ee008c5-49a2-f8b5-997d-8b64de153c30")

0 commit comments

Comments
 (0)