Hi,

Could you help? I'm trying to update the status of a given review request 
via. the web api. I got the update URL from a JSON query. I then create a 
PUT authenticated http request with Content-Type: application/json in the 
header.

In the body of the request I tried both:

{"status" : "submitted"}

and 
{"review_request" : {"status" : "submitted"} }

and in both cases I get a 400 bad request with ["Filed is not supported"]

Could you tell me where I'm going wrong

Thanks

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