Skip to content

Commit

Permalink
Merge pull request #18119 from mvdbeek/fix_deprecated_argument
Browse files Browse the repository at this point in the history
[24.0] Fix deprecated `deprecated` argument
  • Loading branch information
jdavcs authored May 9, 2024
2 parents 3c79a2d + 421c524 commit f2ddaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class UserDeletionPayload(Model):
default=False,
title="Purge user",
description="Purge the user. Deprecated, please use the `purge` query parameter instead.",
deprecated=True,
json_schema_extra={"deprecated": True},
)


Expand Down

0 comments on commit f2ddaa4

Please sign in to comment.