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:
parent
76de2132b0
commit
7620274657
@ -8,6 +8,7 @@ link:rest-api.html[REST API].
|
||||
Endpoints
|
||||
---------
|
||||
|
||||
[[list-changes]]
|
||||
GET /changes/ (Query Changes)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Queries changes visible to the caller. The query string must be
|
||||
|
@ -9,6 +9,7 @@ link:rest-api.html[REST API].
|
||||
Group Endpoints
|
||||
---------------
|
||||
|
||||
[[list-groups]]
|
||||
GET /groups/ (List Groups)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Lists the groups accessible by the caller. This is the same as
|
||||
|
@ -12,6 +12,7 @@ Endpoints
|
||||
Project Endpoints
|
||||
-----------------
|
||||
|
||||
[[list-projects]]
|
||||
GET /projects/ (List Projects)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
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
|
||||
-------------------
|
||||
|
||||
[[list-dashboards]]
|
||||
GET /projects/\{project-name\}/dashboards/ (List Dashboards)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
List custom dashboards for a project.
|
||||
|
Loading…
Reference in New Issue
Block a user