diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-13 14:10:31 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-14 08:40:21 +0200 |
commit | 8fb33b8f01c3b53a16cd5e086361c85d061b4de0 (patch) | |
tree | cfda582b26139f4dccb521a4810ec2d398d4d66e /doc/api/users.md | |
parent | 578f460674e14b4c8ca71cda7ac5a0378b724712 (diff) | |
download | gitlab-ce-docs/personal-access-tokens.tar.gz |
Add docs for personal access tokensdocs/personal-access-tokens
Diffstat (limited to 'doc/api/users.md')
-rw-r--r-- | doc/api/users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index f4167ba2605..91ce4f6dac3 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -804,7 +804,7 @@ Example response: It creates a new impersonation token. Note that only administrators can do this. You are only able to create impersonation tokens to impersonate the user and perform -both API calls and Git reads and writes. The user will not see these tokens in his profile +both API calls and Git reads and writes. The user will not see these tokens in their profile settings page. ``` |