File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -592,7 +592,9 @@ async def add_files_async(
592592 * ,
593593 synapse_client : Optional ["Synapse" ] = None ,
594594 ) -> int :
595- """Add specific file versions to the Synapse download list.
595+ """
596+ Add files to the Synapse download list.
597+ If a file is added with no version specified, the latest version will be downloaded.
596598
597599 Arguments:
598600 files: List of DownloadListItem objects identifying the file
@@ -615,7 +617,10 @@ async def remove_files_async(
615617 * ,
616618 synapse_client : Optional ["Synapse" ] = None ,
617619 ) -> int :
618- """Remove specific file versions from the Synapse download list.
620+ """
621+ Remove files from the Synapse download list.
622+ If a file was added with a version specified, then that version must be specified to remove it.
623+ If a file was added with no version specified, then no version must be specified to remove it.
619624
620625 Arguments:
621626 files: List of DownloadListItem objects identifying the file versions to remove.
You can’t perform that action at this time.
0 commit comments