1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #8202 from netbja/patch-1

Small syntax error
This commit is contained in:
Jeremy Stretch
2022-01-03 10:39:56 -05:00
committed by GitHub

View File

@ -42,7 +42,7 @@ $ curl -X POST \
https://netbox/api/users/tokens/provision/ \
--data '{
"username": "hankhill",
"password: "I<3C3H8",
"password": "I<3C3H8",
}'
```