Fix typo in api token auth

This commit is contained in:
Janik H 2023-04-21 14:42:01 +02:00
parent 8b7ee0a0db
commit 5e9abbd2a0
No known key found for this signature in database

View File

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