2478: Web Service API 2.0 doesn't allow creating Review Group?
- Fixed
- Review Board
eyu****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Aug. 12, 2013 | |
2688 |
What version are you running? 1.6.1 What's the URL of the page containing the problem? /api/groups/ Unlike /api/repositories/, /api/groups/ doesn't allow POST method? What operating system are you using? What browser? Centos 6.0
Great! Thanks
Hi, I read through the release notes on 'API Changes' for 1.6.2 and 1.6.3. I didn't see any mention of adding support 'POST' method?? I then checked out the bleeding edge version, it looks like only support for 'DELETE' is added between version 1.6.1 and the bleeding edge, which is also stated in the release notes for 1.6.2 From webapi/resources.py in version 1.6.1: class ReviewGroupResource: allowed_methods = ('GET',) From webapi/resources.py in bleeding edge version: class ReviewGroupResource: allowed_methods = ('GET', 'DELETE') Am I looking at wrong class?
Huh, thought we had this. My apologies, you're right. I can't give you any sort of ETA on this, but if you'd like to work on a patch, we can get it in.
-
- Fixed + Confirmed -
- Type-Defect + Type-Enhancement + Milestone-Release1.6.x + Component-API
Thanks for confirming this. /Eric