Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

[FIX]Update the personal access tokens instructions #949

Merged
merged 2 commits into from
Nov 22, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-guides/rest-api/personal-access-tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
With the addition of the ability to generate personal access tokens,
you can use the REST API without having to sign in.

The administrator must enable the option to generate personal tokens in admin panel (General -> REST API -> Enable Personal Access Tokens to REST API(`API_Enable_Personal_Access_Tokens`)).
The administrator must grant to the user role the necessary permission (`create-personal-access-tokens`) to be able to generate personal access tokens.

After that you can generate personal access tokens in your profile page(Profile -> My Account -> Security -> Personal Access Tokens).

Expand Down