summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-03-05 11:39:24 -0300
committerFelipe Artur <felipefac@gmail.com>2018-03-05 14:30:56 -0300
commit9946d0813c8e377ecf22552c4af075e563144712 (patch)
tree0f1399f16d1d6c70e41d60e11d0fa8a85db913dc /lib
parentdd071c4b6e9754a0abeec45ab2040d9e2d5a62b8 (diff)
downloadgitlab-ce-9946d0813c8e377ecf22552c4af075e563144712.tar.gz
Address review comments
Diffstat (limited to 'lib')
-rw-r--r--lib/api/group_boards.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/group_boards.rb b/lib/api/group_boards.rb
index 48709a5de6b..aa9fff25fc8 100644
--- a/lib/api/group_boards.rb
+++ b/lib/api/group_boards.rb
@@ -44,7 +44,7 @@ module API
end
segment ':id/boards/:board_id' do
desc 'Get the lists of a group board' do
- detail 'Does not include backlog and closed lists. This feature was introduced in 10.4'
+ detail 'Does not include backlog and closed lists. This feature was introduced in 10.6'
success Entities::List
end
params do