From e2a7dd3f0aaa767a7b1cb01f69e9b4520ae04b65 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 26 Aug 2019 10:49:48 +0200 Subject: Update docs targeting 12.3 --- doc/api/labels.md | 2 +- lib/api/labels.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/labels.md b/doc/api/labels.md index 21ac8a99965..9692cc8b710 100644 --- a/doc/api/labels.md +++ b/doc/api/labels.md @@ -188,7 +188,7 @@ Example response: ## Promote a project label to a group label -> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25218) in GitLab 11.9. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25218) in GitLab 12.3. Promotes a project label to a group label. diff --git a/lib/api/labels.rb b/lib/api/labels.rb index 321ffa241b5..de89e94b0c0 100644 --- a/lib/api/labels.rb +++ b/lib/api/labels.rb @@ -64,7 +64,7 @@ module API end desc 'Promote a label to a group label' do - detail 'This feature was added in GitLab 11.9' + detail 'This feature was added in GitLab 12.3' success Entities::GroupLabel end params do -- cgit v1.2.1