Commit 4c586dc7 authored by Stan Hu's avatar Stan Hu

Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"

This reverts commit dd4fee5f.
parent add283bf
......@@ -31,10 +31,7 @@ Parameters:
"state": "active",
"created_at": "2013-09-30T13:46:01Z"
},
"created_at": "2013-10-02T09:22:45Z",
"system": true,
"upvote": false,
"downvote": false
"created_at": "2013-10-02T09:22:45Z"
},
{
"id": 305,
......@@ -48,10 +45,7 @@ Parameters:
"state": "active",
"created_at": "2013-09-30T13:46:01Z"
},
"created_at": "2013-10-02T09:56:03Z",
"system": false,
"upvote": false,
"downvote": false
"created_at": "2013-10-02T09:56:03Z"
}
]
```
......
......@@ -190,9 +190,6 @@ module API
expose :attachment_identifier, as: :attachment
expose :author, using: Entities::UserBasic
expose :created_at
expose :system
expose :upvote?, as: :upvote
expose :downvote?, as: :downvote
end
class MRNote < Grape::Entity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment