From 0a4e248ecb59cd5a083575f9097cb6355d5db3e3 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Thu, 6 Mar 2025 16:00:05 +0100 Subject: [PATCH] [redhat-3.13] api: put /superuser/users/ will now show up in swagger (PROJQUAY-7579) (#3702) remove internal-only decorator from PUT request Co-authored-by: sayali bhavsar --- 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): """