Update the API endpoint to get the lists of a project board
This commit is contained in:
		
							parent
							
								
									79a132a38d
								
							
						
					
					
						commit
						158173a126
					
				|  | @ -37,7 +37,7 @@ module API | ||||||
|         end |         end | ||||||
| 
 | 
 | ||||||
|         desc 'Get the lists of a project board' do |         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 |           success Entities::List | ||||||
|         end |         end | ||||||
|         get '/lists' do |         get '/lists' do | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue