diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-27 03:11:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-27 03:11:36 +0000 |
commit | 1f7ce4357df88bed6394d3ba91a7ecd90c244486 (patch) | |
tree | 9227d482e7f96aff91d1c09056830c53dfff2900 /doc/api/project_statistics.md | |
parent | f938050604aff3e141193dcd203d14c5fe2aa9fb (diff) | |
download | gitlab-ce-1f7ce4357df88bed6394d3ba91a7ecd90c244486.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/project_statistics.md')
-rw-r--r-- | doc/api/project_statistics.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/project_statistics.md b/doc/api/project_statistics.md index a16bcc513f9..c69e41a423e 100644 --- a/doc/api/project_statistics.md +++ b/doc/api/project_statistics.md @@ -8,12 +8,12 @@ type: reference, api # Project statistics API **(FREE)** Every API call to [project](../user/project/index.md) statistics must be authenticated. +Retrieving these statistics requires write access to the repository. -## Get the statistics of the last 30 days +This API retrieves the number of times the project is either cloned or pulled +with the HTTP method. SSH fetches are not included. -Retrieving the statistics requires write access to the repository. -Currently only HTTP fetches statistics are returned. -Fetches statistics includes both clones and pulls count and are HTTP only, SSH fetches are not included. +## Get the statistics of the last 30 days ```plaintext GET /projects/:id/statistics |