diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2019-08-26 10:49:48 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2019-08-26 12:48:55 +0200 |
commit | e2a7dd3f0aaa767a7b1cb01f69e9b4520ae04b65 (patch) | |
tree | 0687fc13d02311b4b2c509274f4f0c97abb46ef7 | |
parent | efafc98bd8ca7d4ed4c86f19325eb2aa51edd227 (diff) | |
download | gitlab-ce-e2a7dd3f0aaa767a7b1cb01f69e9b4520ae04b65.tar.gz |
Update docs targeting 12.3
-rw-r--r-- | doc/api/labels.md | 2 | ||||
-rw-r--r-- | 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 |