From f7560486d805335fefa35381d07d8117426d639b Mon Sep 17 00:00:00 2001 From: sayalibhavsar <36536724+sayalibhavsar@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:57:36 +0530 Subject: [PATCH] api: put /superuser/users/ will now show up in swagger (PROJQUAY-7579) (#3299) remove internal-only decorator from PUT request --- endpoints/api/superuser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoints/api/superuser.py b/endpoints/api/superuser.py index 542945349..dc8878a3d 100644 --- a/endpoints/api/superuser.py +++ b/endpoints/api/superuser.py @@ -615,7 +615,6 @@ class SuperUserSendRecoveryEmail(ApiResource): @resource("/v1/superuser/users/") @path_param("username", "The username of the user being managed") -@internal_only @show_if(features.SUPER_USERS) class SuperUserManagement(ApiResource): """