diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-23 13:01:27 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-23 13:01:27 +0000 |
commit | a77b40d45e2f474a3d2401125b7b89379a7a7dd5 (patch) | |
tree | bf7ade080375a0cb20653f2f22d098544bc8472f /lib/api/api.rb | |
parent | 8cc61d0b2a3507609665c3c5d3e8a475772c6b87 (diff) | |
parent | 931db7963ee9fa145d8fe2fb5eea209215227db7 (diff) | |
download | gitlab-ce-a77b40d45e2f474a3d2401125b7b89379a7a7dd5.tar.gz |
Merge branch 'api-notes-entity-fields' into 'master'
Remove deprecated `upvotes` and `downvotes` from the notes API
Closes #28441
See merge request !9384
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 a0282ff8deb..1803387bb8c 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -15,6 +15,7 @@ module API mount ::API::V3::Members mount ::API::V3::MergeRequestDiffs mount ::API::V3::MergeRequests + mount ::API::V3::Notes mount ::API::V3::ProjectHooks mount ::API::V3::Projects mount ::API::V3::ProjectSnippets |