mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 09:00:22 +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
|
```console
|
||||||
curl -H "Authorization: Bearer <API_KEY>" \
|
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
|
https://headscale.example.com/api/v1/auth/register
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user