Document /version in the API docs

This commit is contained in:
Florian Preinstorfer 2025-12-19 05:52:45 +01:00 committed by nblock
parent 7d81dca9aa
commit 6d21a4a3fe

View file

@ -29,6 +29,7 @@ headscale apikeys expire --prefix <PREFIX>
- API endpoint: `/api/v1`, e.g. `https://headscale.example.com/api/v1`
- Documentation: `/swagger`, e.g. `https://headscale.example.com/swagger`
- Headscale Version: `/version`, e.g. `https://headscale.example.com/version`
- Authenticate using HTTP Bearer authentication by sending the [API key](#api) with the HTTP `Authorization: Bearer
<API_KEY>` header.