1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

[redhat-3.13] api: put /superuser/users/<username> will now show up in swagger (PROJQUAY-7579) (#3702)

remove internal-only decorator from PUT request

Co-authored-by: sayali bhavsar <sayalibhavsar9009@gmail.com>
This commit is contained in:
OpenShift Cherrypick Robot
2025-03-06 16:00:05 +01:00
committed by GitHub
parent 460f4f8451
commit 0a4e248ecb

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):
"""