summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaogang Wen <xiaogang@gitlab.com>2019-05-16 09:32:13 +0000
committerXiaogang Wen <xiaogang@gitlab.com>2019-05-16 09:32:13 +0000
commit548c11b6e63ac2c4181dff7bd56db8a4e811102b (patch)
tree6fed02a1a2e4ded460ef75734d168d5b9823346d
parentc841c8771b8d69034c1ceb6e452746d193865cb0 (diff)
downloadgitlab-ce-xiaogang_gitlab-master-patch-51482.tar.gz
Include project statistics API to the API index pagexiaogang_gitlab-master-patch-51482
-rw-r--r--doc/api/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 7ec7955c596..2261d3d2155 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -53,6 +53,7 @@ The following API resources are available in the project context:
| [Project import/export](project_import_export.md) | `/projects/:id/export`, `/projects/import`, `/projects/:id/import` |
| [Project milestones](milestones.md) | `/projects/:id/milestones` |
| [Project snippets](project_snippets.md) | `/projects/:id/snippets` |
+| [Project statistics](project_statistics.md) | `/projects/:id/statistics` |
| [Project templates](project_templates.md) | `/projects/:id/templates` |
| [Protected branches](protected_branches.md) | `/projects/:id/protected_branches` |
| [Protected tags](protected_tags.md) | `/projects/:id/protected_tags` |