Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/session.md')
-rw-r--r--doc/api/session.md8
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
{