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-04-25 00:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-25 00:09:48 +0300
commitcfc6fe51003de30653a5ce48f1a1b7f46fc9075d (patch)
tree6bb54c97a01467a70dcd3e1909b03e02b6af31b8 /doc/api/container_registry.md
parentaca82d5ba49a8d2cf7ca30ac4ee6dcbd62b47cff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/container_registry.md')
-rw-r--r--doc/api/container_registry.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/container_registry.md b/doc/api/container_registry.md
index a41a71808ce..2e8656fef60 100644
--- a/doc/api/container_registry.md
+++ b/doc/api/container_registry.md
@@ -223,6 +223,9 @@ This action does not delete blobs. In order to delete them and recycle disk spac
Delete registry repository tags in bulk based on given criteria.
+<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
+For an overview, see [Utilize the Container Registry API to delete all tags except *](https://youtu.be/Hi19bKe_xsg).
+
```plaintext
DELETE /projects/:id/registry/repositories/:repository_id/tags
```