From 6f1d243b998bfba6beedd0f7f6ff6ddb976a18c8 Mon Sep 17 00:00:00 2001 From: Alan Moore Date: Thu, 29 Sep 2016 05:07:17 +0000 Subject: Fixed Session Cookie header --- doc/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/README.md b/doc/api/README.md index 8e4f7f12b4b..bbd5bcfb386 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -101,7 +101,7 @@ Once you have your token, pass it to the API using either the `private_token` parameter or the `PRIVATE-TOKEN` header. -### Session cookie +### Session Cookie When signing in to GitLab as an ordinary user, a `_gitlab_session` cookie is set. The API will use this cookie for authentication if it is present, but using -- cgit v1.2.1