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.