Commit 9c4c9446 authored by Imre Farkas's avatar Imre Farkas

Improve wording on disabling impersonation in api/README

parent 0d5cbd16
...@@ -230,8 +230,7 @@ Impersonation tokens are used exactly like regular personal access tokens, and c ...@@ -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 > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/40385) in GitLab
11.6. 11.6.
By default, impersonation is enabled. To disable impersonation, GitLab must be By default, impersonation is enabled. To disable impersonation:
reconfigured:
**For Omnibus installations** **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 ...@@ -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 HTTP/1.1 404 Not Found
Content-Type: application/json Content-Type: application/json
{ f {
"error": "404 Not Found" "error": "404 Not Found"
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment