I'm trying to add ~50 repositories programmatically using web API.
However, for some reason, even if I pass a valid rbsessionid in
cookie, I get 405 Method Not Allowed. I'm doing POST on /review/api/
repositories with repository described as follows: {"path": "http://
10.10.16.11/scm/git/wific.git", "tool": "Git", "name": "wific"}.

When listing links property as got in GET on /review/api/repositories,
I see:
{'self': {'href': 'http://10.10.16.117/review/api/repositories/',
'method': 'GET'}}.
I think that as "create" is missing, I won't be able to do the actual
POST.
Is there something I'm missing from rb configuration?

Thanks,
Maciek

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