Some errors in documentation about upcoming feature to create a api token #6901
Labels
beta
Concerns a bug/feature in a beta release
status: accepted
This issue has been accepted for implementation
type: documentation
A change or addition to the documentation
Change Type
Correction
Area
REST API
Proposed Changes
I believe there is an error in the documentation on the upcoming feature to create a api token
https://netbox.readthedocs.io/en/feature/rest-api/authentication/#initial-token-provisioning
It should be
curl -X POST
-H "Content-Type: application/json"
-H "Accept: application/json; indent=4"
https://netbox/api/users/tokens/provision/ -d
'{
"username": "hankhill",
"password": "I<3C3H8",
}'
The text was updated successfully, but these errors were encountered: