Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-27 06:11:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-27 06:11:36 +0300
commit1f7ce4357df88bed6394d3ba91a7ecd90c244486 (patch)
tree9227d482e7f96aff91d1c09056830c53dfff2900 /doc/api/project_statistics.md
parentf938050604aff3e141193dcd203d14c5fe2aa9fb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/project_statistics.md')
-rw-r--r--doc/api/project_statistics.md8
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