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>2020-11-11 03:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-11 03:08:58 +0300
commit5427433c6d79f9131f4025cabb7e3208380bce9a (patch)
treeea0a22450f467f1ef1e3449255017dbe0f178882 /doc/api/dependency_proxy.md
parent13bcb8221306526671a61df589f7c05505c9934c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/dependency_proxy.md')
-rw-r--r--doc/api/dependency_proxy.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/dependency_proxy.md b/doc/api/dependency_proxy.md
index fb100cc90d8..7590583bdb6 100644
--- a/doc/api/dependency_proxy.md
+++ b/doc/api/dependency_proxy.md
@@ -12,6 +12,9 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Deletes the cached blobs for a group. This endpoint requires group admin access.
+CAUTION: **Warning:**
+[A bug exists](https://gitlab.com/gitlab-org/gitlab/-/issues/277161) for this API.
+
```plaintext
DELETE /groups/:id/dependency_proxy/cache
```