From 3e3fab938be51b38056629912364ef466bb7d2ca Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 17 Dec 2019 12:06:09 +0100 Subject: [PATCH] Clarifications for load_uploaded_files --- load_uploaded_files.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/load_uploaded_files.json b/load_uploaded_files.json index 3a8e9112..46a67ca6 100644 --- a/load_uploaded_files.json +++ b/load_uploaded_files.json @@ -1,7 +1,7 @@ { "id": "load_uploaded_files", "summary": "Load files from the user workspace.", - "description": "Loads user-uploaded files from the local user workspace / data store. The files must have been stored by the authenticated user on the back-end currently connected to.", + "description": "Loads one or more user-uploaded files from the local user workspace / data store and returns them as a single data cube. The files must have been stored by the authenticated user on the back-end currently connected to.", "categories": [ "cubes", "import" @@ -13,7 +13,7 @@ ], "parameters": { "paths": { - "description": "The file(s) and folder(s) to read.", + "description": "The files and/or folders to read.\n\nAll files in the specified folders will be read, which includes recursively reading all sub-folders. Implementations may skip files in folders that clearly can't be read using the specified format, but there's no guarantee for it.\n\nAn error is thrown if a file can't be read.", "schema": { "type": "array", "subtype": "file-folder-paths",