From bcd8e3dfda6d0eb372a477484ebf29f92e170a2e Mon Sep 17 00:00:00 2001 From: kari Barry Date: Wed, 2 Oct 2024 15:03:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20More=20susinct=20method?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tiled/server/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiled/server/authentication.py b/tiled/server/authentication.py index cb78c3609..6b325fc2c 100644 --- a/tiled/server/authentication.py +++ b/tiled/server/authentication.py @@ -916,7 +916,7 @@ async def principal( "/principal/{uuid}/apikey", response_model=schemas.Principal, ) -async def delete_service_principal_apikey( +async def revoke_apikey_for_principal( request: Request, uuid: uuid_module.UUID, first_eight: str,