diff --git a/qfieldcloud_sdk/sdk.py b/qfieldcloud_sdk/sdk.py index 168e94e..5cd1815 100644 --- a/qfieldcloud_sdk/sdk.py +++ b/qfieldcloud_sdk/sdk.py @@ -473,7 +473,7 @@ def upload_file( show_progress: bool, job_id: str = "", ) -> requests.Response: - """Upload a single file to a QFieldCloud project. + """Upload a single file to a project. Args: project_id (str): The ID of the project to upload the file to.