diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-15 10:25:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-15 10:25:48 +0300 |
commit | 27cf081e1b0b1df1661aaf0ae6b60b05ef3eb8d8 (patch) | |
tree | e666cc1b8c925d8685c5128a58b415aea5e7ab81 /lib/api/api.rb | |
parent | 014eff5d8f0081820f3f7a9ac905ab894e101dd7 (diff) | |
parent | cf3ba0209dc7dc8b9ac93d574a8f6296b858be40 (diff) | |
download | gitlab-ce-27cf081e1b0b1df1661aaf0ae6b60b05ef3eb8d8.tar.gz |
Merge pull request #7479 from Razer6/feature/labels_api
Implement complete labels API (create/delete/update)
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index ce4cc8b34f7..2c7cd9038c3 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -46,5 +46,6 @@ module API mount Commits mount Namespaces mount Branches + mount Labels end end |