diff options
author | dosire <sytses@gmail.com> | 2014-04-15 14:52:02 +0200 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-04-15 14:52:02 +0200 |
commit | b2b2989f7fd20a387c62ca0c39c5eba7c821885f (patch) | |
tree | 3f3ab09d654cb52a3862ff0c3ceaab68e913fe4e /doc | |
parent | fd61e3e9016940e1c4668837472ddd8b952217f6 (diff) | |
download | gitlab-ce-b2b2989f7fd20a387c62ca0c39c5eba7c821885f.tar.gz |
Endpoints are for RPC interfaces, we have resources.
Diffstat (limited to 'doc')
-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 a2925674f85..b1740f35792 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -1,6 +1,6 @@ # GitLab API -## End-points +## Resources + [Users](users.md) + [Session](session.md) |