1323: The new update_changenum API should be rolled into review_request_draft_set_field
- Fixed
- Review Board
| chipx86 | |
| Aug. 30, 2010 |
What version are you running?
1.1 alpha 1
What's the URL of the page containing the problem?
/api/json/reviewrequests/{reviewrequestID}/update_changenum/{changenum}/
This API function for updating the change number is flawed and probably
shouldn't be supported in its current form. It's triggered by a GET, rather
than a POST, and really what it does is nothing more special than updating
a branch. We should roll this into the existing field setting API.