summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-02-08 15:13:01 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-02-11 14:02:22 +0000
commitf09957ba345eaf0008f1f7578d448082ea23c090 (patch)
tree3e3b251f3a3317a87b6e569bc66bb47adeed09e4
parent6afe2688aafa31347eea245b8e98577c80bbd443 (diff)
downloadgitlab-ce-f09957ba345eaf0008f1f7578d448082ea23c090.tar.gz
Merge branch 'docs/container-registry-api-introduced' into 'master'
Mention when the Registry API was introduced See merge request gitlab-org/gitlab-ce!24596 (cherry picked from commit c220bee5ca1a025321df01a5c95310d397edbcc5) 597f4fea Add which GitLab version the Registry API docs were introduced 928fc142 Fix wrong Registry API description
-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.