summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-27 03:26:48 -0200
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commit158173a126bcb73af3b2d8b16f767a404c7b91a5 (patch)
treef2cfd45ba1121e5e74be11e7f808a944f7748d28
parent79a132a38d3840074a3ab573b97d56155c84aed4 (diff)
downloadgitlab-ce-158173a126bcb73af3b2d8b16f767a404c7b91a5.tar.gz
Update the API endpoint to get the lists of a project board
-rw-r--r--lib/api/boards.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/boards.rb b/lib/api/boards.rb
index 4ac491edc1b..13752eb4947 100644
--- a/lib/api/boards.rb
+++ b/lib/api/boards.rb
@@ -37,7 +37,7 @@ module API
end
desc 'Get the lists of a project board' do
- detail 'Does not include `backlog` and `done` lists. This feature was introduced in 8.13'
+ detail 'Does not include `done` list. This feature was introduced in 8.13'
success Entities::List
end
get '/lists' do