Skip to content

Commit

Permalink
Add missing field to payload of execute operation for tools API
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Feb 8, 2024
1 parent 7bf42ff commit 58f27cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/galaxy/schema/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ def inputs_string_to_json(cls, v):
title="Send Email Notification",
description="Flag indicating whether to send email notification",
)
upload_type: Optional[str] = Field(
default=None,
title="Upload Type",
description="TODO",
)
model_config = ConfigDict(extra="allow")


Expand Down

0 comments on commit 58f27cd

Please sign in to comment.