Small syntax error

No double quotes after password.
This commit is contained in:
netbja 2021-12-31 11:25:12 +01:00 committed by GitHub
parent cdd51aee75
commit caaad684a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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