mirror of
https://github.com/juanfont/headscale
synced 2026-08-28 04:23:06 -04:00
Fix placeholder in curl example
This commit is contained in:
parent
7af39a6798
commit
3c504af2be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue