diff options
author | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-03-07 00:15:57 +0100 |
---|---|---|
committer | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-03-07 00:15:57 +0100 |
commit | 39114d259c6e4bd5bb60b18f561d06cc24e8c852 (patch) | |
tree | 24bd635f0ab1b763cfb537b0d203945d1565d295 /doc/api/session.md | |
parent | b5ef6d226864d3ea132d2c6e97b74b51f2b64a6f (diff) | |
download | gitlab-ce-39114d259c6e4bd5bb60b18f561d06cc24e8c852.tar.gz |
API: documentation contains infos to status codes in README file.
All the info to return codes from the API functions are available in the `README.md` file as suggested.
Diffstat (limited to 'doc/api/session.md')
-rw-r--r-- | doc/api/session.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/session.md b/doc/api/session.md index 5f49d989967..c7e57aaca7a 100644 --- a/doc/api/session.md +++ b/doc/api/session.md @@ -21,8 +21,3 @@ Parameters: "blocked": true } ``` - -Return values: - -+ `201 Created` on success -+ `401 Unauthorized` if the authentication process failed, e.g. invalid password or attribute not given |