diff options
author | Imre Farkas <ifarkas@gitlab.com> | 2018-11-30 09:16:17 +0100 |
---|---|---|
committer | Imre Farkas <ifarkas@gitlab.com> | 2018-11-30 09:16:17 +0100 |
commit | 9c4c944636cb1608270e68ff646348d8d7264d1f (patch) | |
tree | ad5cc0bb8434a233030267c6aef8c014a299a8f6 /doc/api | |
parent | 0d5cbd16ee3b8eac49d134af063b1827748f2b6d (diff) | |
download | gitlab-ce-9c4c944636cb1608270e68ff646348d8d7264d1f.tar.gz |
Improve wording on disabling impersonation in api/README
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 848a6e6b72b..b49c3a198f1 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -230,8 +230,7 @@ Impersonation tokens are used exactly like regular personal access tokens, and c > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/40385) in GitLab 11.6. -By default, impersonation is enabled. To disable impersonation, GitLab must be -reconfigured: +By default, impersonation is enabled. To disable impersonation: **For Omnibus installations** @@ -577,7 +576,7 @@ When you try to access an API URL that does not exist you will receive 404 Not F ``` HTTP/1.1 404 Not Found Content-Type: application/json -{ f +{ "error": "404 Not Found" } ``` |