summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-08 15:13:01 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-02-08 15:13:01 +0000
commit3c79fded342bddf7048e0776d9f07545d71c535a (patch)
treee2db6309310dcb98b1f067ae748dd3dc1ceb5cf8
parent171d919c19693c12e36dc6485c40a8abaf594e88 (diff)
downloadgitlab-ce-3c79fded342bddf7048e0776d9f07545d71c535a.tar.gz
Mention when the Registry API was introduced
-rw-r--r--doc/api/container_registry.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/container_registry.md b/doc/api/container_registry.md
index b70854103e8..c77ed39e4dc 100644
--- a/doc/api/container_registry.md
+++ b/doc/api/container_registry.md
@@ -1,5 +1,7 @@
# Container Registry API
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/55978) in GitLab 11.8.
+
This is the API docs of the [GitLab Container Registry](../user/project/container_registry.md).
## List registry repositories
@@ -42,7 +44,7 @@ Example response:
## Delete registry repository
-Get a list of repository commits in a project.
+Delete a repository in registry.
This operation is executed asynchronously and might take some time to get executed.