Comment #4 on issue 3685 by mgul...@gmail.com: changenum cannot be updated via REST API as documented
https://code.google.com/p/reviewboard/issues/detail?id=3685

I have verified that the fix allows me to update the changenum, but unfortunately this fix is not as useful as I hoped it would be. Is there any way to update the changenum without calling update_from_commit_id? This overwrites the current contents of the review request. I really just want to update the changenum and nothing else.

I tried
curl http://reviewboard/api/review-requests/1234/ -X PUT -d changenum=10 -d update_from_commit_id=0
but this doesn't work.

Any idea if this is possible?  Should I create a new bug/enhancement?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to