Add webAPI resources for archived and muted review requests

Review Request #7087 — Created March 19, 2015 and submitted — Latest diff uploaded

Information

Review Board
master
e23d735...

Reviewers

This adds webAPI resources for the creation and deletion of archived and muted review requests.

Each resource is a child of the User resource and inherits from a base archived resource. Resources accept POST and DELETE requests, both of which modify ReviewRequestVisit database entries accordingly.

Added standard POST and DELETE tests to reviewboard.webapi.tests. All tests passed.

Changes between revision 10 and 11

orig
1
2
3
4
5
6
7
8
9
10
11
reviewboard/webapi/resources/base_archived_object.py
Loading...