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:
parent
3b3b112690
commit
f7560486d8
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user