diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-20 15:35:05 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-22 13:07:49 +0100 |
commit | 0b402e11e355dc8d834fbc139f4bca810a9f766e (patch) | |
tree | b03e45e942533bb1ae1811e59d42af88ca44fe7e /doc/api/users.md | |
parent | 87411889b9c8a778bebafeaa381e1d736af7329a (diff) | |
download | gitlab-ce-0b402e11e355dc8d834fbc139f4bca810a9f766e.tar.gz |
Remove deprecated `upvotes` and `downvotes` from the notes API
Diffstat (limited to 'doc/api/users.md')
-rw-r--r-- | doc/api/users.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 852c7ac8ec2..d14548e8bbb 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -812,8 +812,6 @@ Example response: }, "created_at": "2015-12-04T10:33:56.698Z", "system": false, - "upvote": false, - "downvote": false, "noteable_id": 377, "noteable_type": "Issue" }, |