diff --git a/qfieldcloud_sdk/sdk.py b/qfieldcloud_sdk/sdk.py index 8d6bab3..49725e7 100644 --- a/qfieldcloud_sdk/sdk.py +++ b/qfieldcloud_sdk/sdk.py @@ -395,7 +395,7 @@ def upload_files( """Upload files to a QFieldCloud project. Args: - project_id (str): The ID of the project to upload files to. + project_id (str): Project ID. upload_type (FileTransferType): The type of file transfer (PROJECT or PACKAGE). project_path (str): The local directory containing the files to upload. filter_glob (str): A glob pattern to filter which files to upload.