diff options
| author | Alan Moore <kahunamoore@gmail.com> | 2016-09-29 05:07:17 +0000 |
|---|---|---|
| committer | Alan Moore <kahunamoore@gmail.com> | 2016-09-29 05:07:17 +0000 |
| commit | 6f1d243b998bfba6beedd0f7f6ff6ddb976a18c8 (patch) | |
| tree | f9ae584c8756ed77cc0a0640555b12efe5504d4c /doc/api | |
| parent | a2c528f2a47d2b512875240ed5a6bef274314d71 (diff) | |
| download | gitlab-ce-6f1d243b998bfba6beedd0f7f6ff6ddb976a18c8.tar.gz | |
Fixed Session Cookie header
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
