1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

api: put /superuser/users/<username> will now show up in swagger (PROJQUAY-7579) (#3299)

remove internal-only decorator from PUT request
This commit is contained in:
sayalibhavsar 2024-10-04 20:57:36 +05:30 committed by GitHub
parent 3b3b112690
commit f7560486d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,7 +615,6 @@ class SuperUserSendRecoveryEmail(ApiResource):
@resource("/v1/superuser/users/<username>")
@path_param("username", "The username of the user being managed")
@internal_only
@show_if(features.SUPER_USERS)
class SuperUserManagement(ApiResource):
"""