This seems to be doing what I want:

server.set_review_request_field(review_request, 'changedescription', 
description)

which is equivalent to:

server.api_put(review_request['links']['draft']['href'], {
               'changedescription': description,
        })

--Steve


On Wednesday, December 12, 2012 3:13:11 PM UTC-8, Steve wrote:
>
> When creating a new review via a wrapper script to post-review, I'd like 
> to add an additional comment to the review.  Which API resource url would I 
> use for that?
>
> --Steve
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Reply via email to