diff options
| author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-12 14:16:25 +0200 |
|---|---|---|
| committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-13 12:28:19 +0200 |
| commit | 9284038dbef5153dac40eda14f1685a72efe1d1a (patch) | |
| tree | 1b195e94518f115316da6f98195943dc8d22c2c0 /lib/api/projects.rb | |
| parent | 53ead2e35c9195ae1f68bf5d7154e341636caf1b (diff) | |
| download | gitlab-ce-9284038dbef5153dac40eda14f1685a72efe1d1a.tar.gz | |
Add, delete labels via API
Diffstat (limited to 'lib/api/projects.rb')
| -rw-r--r-- | lib/api/projects.rb | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
