mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-28 21:48:00 +00:00
Add id field to ExpireApiKeyRequest and DeleteApiKeyRequest messages. This allows API keys to be expired or deleted by their database ID in addition to the existing prefix-based lookup. Updates #2986