Skip to content

Commit

Permalink
Improved doc for library API.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 8, 2018
1 parent 94cc4df commit 306dded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/webapps/galaxy/api/library_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ def create(self, trans, library_id, payload, **kwd):
* upload_option: (optional) one of 'upload_file' (default), 'upload_directory' or 'upload_paths'
* server_dir: (optional, only if upload_option is
'upload_directory') relative path of the subdirectory of Galaxy
``library_import_dir`` to upload. All and only the files (i.e.
``library_import_dir`` (if admin) or ``user_library_import_dir``
(if non-admin) to upload. All and only the files (i.e.
no subdirectories) contained in the specified directory will be
uploaded.
* filesystem_paths: (optional, only if upload_option is
Expand Down

0 comments on commit 306dded

Please sign in to comment.