Skip to content

Commit

Permalink
Remove potentially deprecated properties to update histories
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jul 30, 2024
1 parent 443ff0a commit 1bb3fdf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/galaxy/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,11 +1456,6 @@ class UpdateHistoryPayload(Model):
genome_build: Optional[str] = None
preferred_object_store_id: Optional[str] = None

# Potentially deprecated fields that are registered in the deserializer
# TODO: Expose or remove?
# user_rating: Optional[int] = None
# users_shared_with: Optional[List[DecodedDatabaseIdField]] = None


class ExportHistoryArchivePayload(Model):
gzip: Optional[bool] = Field(
Expand Down

0 comments on commit 1bb3fdf

Please sign in to comment.