Update the API endpoint to get the lists of a project board

This commit is contained in:
Douglas Barbosa Alexandre 2017-01-27 03:26:48 -02:00 committed by Fatih Acet
parent 79a132a38d
commit 158173a126
1 changed files with 1 additions and 1 deletions

View File

@ -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