mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 00:50:20 +09:00
Fix placeholder in curl example
This commit is contained in:
committed by
nblock
parent
7af39a6798
commit
3c504af2be
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user