From 76202746578f7f78e6b71f78a12a25a841e0ca72 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Fri, 15 Feb 2013 13:51:50 +0100 Subject: [PATCH] Add anchors for the REST endpoints that have none Change-Id: I0f0eb7d3b74837cc83612b4dc0f5c5dd1a0663a5 Signed-off-by: Edwin Kempin --- Documentation/rest-api-changes.txt | 1 + Documentation/rest-api-groups.txt | 1 + Documentation/rest-api-projects.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 6634915a29..4a0fea3834 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -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 diff --git a/Documentation/rest-api-groups.txt b/Documentation/rest-api-groups.txt index 669d3941f7..73f4c90863 100644 --- a/Documentation/rest-api-groups.txt +++ b/Documentation/rest-api-groups.txt @@ -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 diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index 383a7d651a..6442892ddf 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt @@ -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.