Fix typo in api token auth
This commit is contained in:
parent
8b7ee0a0db
commit
12bb0ec1fe
|
|
@ -638,7 +638,7 @@ $ curl -X POST \
|
|||
https://netbox/api/users/tokens/provision/ \
|
||||
--data '{
|
||||
"username": "hankhill",
|
||||
"password": "I<3C3H8",
|
||||
"password": "I<3C3H8"
|
||||
}'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue