Fix placeholder in curl example

This commit is contained in:
Florian Preinstorfer
2026-06-19 20:49:40 +02:00
committed by nblock
parent 7af39a6798
commit 3c504af2be
+1 -1
View File
@@ -54,7 +54,7 @@ Headscale server at `/api/v1/docs` for details.
```console
curl -H "Authorization: Bearer <API_KEY>" \
--json '{"user": "<USER>", "authId": "AUTH_ID>"}' \
--json '{"user": "<USER>", "authId": "<AUTH_ID>"}' \
https://headscale.example.com/api/v1/auth/register
```