Add anchors for the REST endpoints that have none

Change-Id: I0f0eb7d3b74837cc83612b4dc0f5c5dd1a0663a5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2013-02-15 13:51:50 +01:00
parent 76de2132b0
commit 7620274657
3 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ link:rest-api.html[REST API].
Endpoints Endpoints
--------- ---------
[[list-changes]]
GET /changes/ (Query Changes) GET /changes/ (Query Changes)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Queries changes visible to the caller. The query string must be Queries changes visible to the caller. The query string must be

View File

@ -9,6 +9,7 @@ link:rest-api.html[REST API].
Group Endpoints Group Endpoints
--------------- ---------------
[[list-groups]]
GET /groups/ (List Groups) GET /groups/ (List Groups)
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
Lists the groups accessible by the caller. This is the same as Lists the groups accessible by the caller. This is the same as

View File

@ -12,6 +12,7 @@ Endpoints
Project Endpoints Project Endpoints
----------------- -----------------
[[list-projects]]
GET /projects/ (List Projects) GET /projects/ (List Projects)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lists the projects accessible by the caller. This is the same as Lists the projects accessible by the caller. This is the same as
@ -223,6 +224,7 @@ As response the new parent project name is returned.
Dashboard Endpoints Dashboard Endpoints
------------------- -------------------
[[list-dashboards]]
GET /projects/\{project-name\}/dashboards/ (List Dashboards) GET /projects/\{project-name\}/dashboards/ (List Dashboards)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
List custom dashboards for a project. List custom dashboards for a project.