Skip to content

Commit

Permalink
🏷️ More susinct method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Oct 2, 2024
1 parent db0084a commit bcd8e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/server/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bcd8e3d

Please sign in to comment.