From 0d6e50d54270a973647f828047828b80fdf8d013 Mon Sep 17 00:00:00 2001 From: Paul Slaughter Date: Tue, 7 Aug 2018 15:15:56 +0000 Subject: Create Web IDE MR and branch picker --- lib/api/branches.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/api/branches.rb b/lib/api/branches.rb index 4b223a391ae..3e445e6b1fa 100644 --- a/lib/api/branches.rb +++ b/lib/api/branches.rb @@ -19,6 +19,7 @@ module API params :filter_params do optional :search, type: String, desc: 'Return list of branches matching the search criteria' + optional :sort, type: String, desc: 'Return list of branches sorted by the given field' end end -- cgit v1.2.3