diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-15 17:14:27 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-15 17:14:27 +0200 |
commit | 54c20837032cb1bae03f9794cc39884224bf91d3 (patch) | |
tree | 25a0b7aade8eb21e370ca628f364be503a8cb538 /doc/api/session.md | |
parent | f05cec53bb1b7887f3766d9522f2e2e49a8c80a2 (diff) | |
parent | 2ada4ef0622eda6a90169dc3aef101883b27e87e (diff) | |
download | gitlab-ce-54c20837032cb1bae03f9794cc39884224bf91d3.tar.gz |
Merge pull request #7509 from cirosantilli/fix-md-style-api
Fix Md style for API.
Diffstat (limited to 'doc/api/session.md')
-rw-r--r-- | doc/api/session.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/session.md b/doc/api/session.md index 2e717a2ea77..47c1c8a7a49 100644 --- a/doc/api/session.md +++ b/doc/api/session.md @@ -8,12 +8,12 @@ POST /session Parameters: -+ `login` (required) - The login of user -+ `email` (required if login missing) - The email of user -+ `password` (required) - Valid password +- `login` (required) - The login of user +- `email` (required if login missing) - The email of user +- `password` (required) - Valid password +**You can login with both GitLab and LDAP credentials now** -__You can login with both GitLab and LDAP credentials now__ ```json { |