Skip to content

Commit

Permalink
Fix comment to indicate proper route
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jul 18, 2016
1 parent e77c3fd commit 9e07774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def show(self, trans, id, **kwd):
@expose_api
def run( self, trans, workflow_id, payload, **kwd ):
"""
POST /api/workflows/{encoded_workflow_id}/run
POST /api_internal/workflows/{encoded_workflow_id}/run
Run a workflow with a dictionary of prefixed_name/value pairs e.g.
payload = { inputs: { step_0: { parameter_0|parameter_1 : value_0, ... }, ... } }
Expand Down

0 comments on commit 9e07774

Please sign in to comment.