From 9284038dbef5153dac40eda14f1685a72efe1d1a Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Tue, 12 Aug 2014 14:16:25 +0200 Subject: Add, delete labels via API --- lib/api/projects.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/api/projects.rb') diff --git a/lib/api/projects.rb b/lib/api/projects.rb index 149678e6803..55f7975bbf7 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -224,17 +224,6 @@ module API @users = paginate @users present @users, with: Entities::UserBasic end - - # Get a project labels - # - # Parameters: - # id (required) - The ID of a project - # Example Request: - # GET /projects/:id/labels - get ':id/labels' do - @labels = user_project.labels - present @labels, with: Entities::Label - end end end end -- cgit v1.2.1