Support retrieving project access rights via REST

By GET on /access/?project=<project-name> it is now possible to
retrieve the access rights of a project via REST.

Having /access/ instead of /projects/<project-name>/access allows to
retrieve the access rights for multiple projects at once by specifying
the 'project' option multiple times.

In future this REST endpoint may be extended to only return the access
rights for a certain user or group by supporting a 'user' and 'group'
option.

Change-Id: Ibc57b2c006472a9f70699ae69e72f60317819bef
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/rest-api.txt b/Documentation/rest-api.txt
index c0dde1c..b072173 100644
--- a/Documentation/rest-api.txt
+++ b/Documentation/rest-api.txt
@@ -9,6 +9,8 @@
 
 Endpoints
 ---------
+link:rest-api-access.html[/access/]::
+  Access Right related REST endpoints
 link:rest-api-accounts.html[/accounts/]::
   Account related REST endpoints
 link:rest-api-changes.html[/changes/]::