summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-02 18:52:19 +0300
committerValeriy Sizov <vsv2711@gmail.com>2012-10-02 18:52:19 +0300
commitdc53a4f73229c879e6fc4ce6a37c57520bb5288d (patch)
tree94846994795ca89025c4c0c937b4bac1caa30a2b
parente7608cd6f955c488844f30069af8ca71cb2677c4 (diff)
downloadgitlab-ce-dc53a4f73229c879e6fc4ce6a37c57520bb5288d.tar.gz
API: fix documentation
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 36a36f8f6a4..19b7ff20bf3 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -1,6 +1,6 @@
# GitLab API
-All API requests require authentication. You need to pass a `private_token` parameter to authenticate. You can find or reset your private token in your profile.
+All API requests require authentication. You need to pass a `private_token` parameter by url or header. You can find or reset your private token in your profile.
If no, or an invalid, `private_token` is provided then an error message will be returned with status code 401: