Skip to content

Commit

Permalink
Update cloud download api docs w.r.t to updates to error reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Oct 11, 2018
1 parent 7c599f8 commit 081e4eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/galaxy/webapps/galaxy/api/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,12 @@ def download(self, trans, payload, **kwargs):
** `object`: The name of object is queued to be created.
** `job_id`: The id of the queued download job.
* `failed_dataset_labels`: A list of datasets Galaxy failed to create (and queue) a
download job for.
* `failed_dataset_labels`: A list of JSON objects with the following key-value pair
representing the datasets Galaxy failed to create
(and queue) download job for:
** `object`: The name of object is queued to be created.
** `error`: A descriptive error message.
"""
missing_arguments = []
encoded_history_id = payload.get("history_id", None)
Expand Down

0 comments on commit 081e4eb

Please sign in to comment.