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

Fix typo in api token auth

This commit is contained in:
Janik H
2023-04-21 14:42:01 +02:00
committed by Jeremy Stretch
parent 8b7ee0a0db
commit 12bb0ec1fe

View File

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