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
commit 7b25d0379f
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/ \ https://netbox/api/users/tokens/provision/ \
--data '{ --data '{
"username": "hankhill", "username": "hankhill",
"password: "I<3C3H8", "password": "I<3C3H8",
}' }'
``` ```