Re: how to close a review via WEB API in reviewboard 1.6.1

2011-10-04 Thread Ravinder Pal Singh Batra
Thanks, Christian.  I am now seeing login failures.  I was able to login via
the following POST request.  But now it gives me a HTTP/1.1 404 Not Found.

POST -i 
http://reviewboard..comhttp://reviewboard..com/api/json/reviewrequests/
/rb/api/json/accounts/login/

Thanks,
Ravinder

On Mon, Oct 3, 2011 at 10:43 PM, Christian Hammond chip...@chipx86.comwrote:

 Hi Ravinder,

 You can do an HTTP PUT on /api/review-requests/id/ with:

 status=submitted

 You can also include a close description in 1.6 by setting description=

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Oct 3, 2011 at 7:32 PM, Ravinder ravinder.ba...@gmail.com wrote:

 Hi,

 I have been using the following to close the review requests which is
 now deprecated.  Is there a  way to close the request using the API
 call?

 htttp://reviewboard..com/api/json/reviewrequests/
 review#/close/submitted

 Thanks;
 Ravinder

 --
 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


  --
 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

-- 
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

Re: how to close a review via WEB API in reviewboard 1.6.1

2011-10-03 Thread Christian Hammond
Hi Ravinder,

You can do an HTTP PUT on /api/review-requests/id/ with:

status=submitted

You can also include a close description in 1.6 by setting description=

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Oct 3, 2011 at 7:32 PM, Ravinder ravinder.ba...@gmail.com wrote:

 Hi,

 I have been using the following to close the review requests which is
 now deprecated.  Is there a  way to close the request using the API
 call?

 htttp://reviewboard..com/api/json/reviewrequests/
 review#/close/submitted

 Thanks;
 Ravinder

 --
 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

-- 
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