Improved api key ux

This commit is contained in:
2025-04-15 13:42:30 +02:00
parent 65ea5985d3
commit 6657bae0cd
4 changed files with 15 additions and 23 deletions

View File

@@ -118,8 +118,6 @@ public class ApiKeysController : Controller
throw new HttpApiException("No api key with that id found", 404);
apiKey.Description = request.Description;
apiKey.PermissionsJson = request.PermissionsJson;
apiKey.ExpiresAt = request.ExpiresAt;
await ApiKeyRepository.Update(apiKey);