Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some errors in documentation about upcoming feature to create a api token #6901

Closed
trrunde opened this issue Aug 5, 2021 · 0 comments
Closed
Assignees
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

Comments

@trrunde
Copy link

trrunde commented Aug 5, 2021

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",
}'

@trrunde trrunde added the type: documentation A change or addition to the documentation label Aug 5, 2021
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation beta Concerns a bug/feature in a beta release labels Aug 6, 2021
@jeremystretch jeremystretch self-assigned this Aug 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

2 participants