已安装评论板2.5.7。
如果我使用UI从提交创建审核请求,则可以正常工作。 如果我使用API,它会创建空请求,看起来就像忽略JSON主体。
POST http://myhost/api/review-requests/
Authorization: token bla-bla
Accept: application/json
{
"changenum": null,
"commit_id": "e235168b0f0528d006fa2872bf582896ae121909",
"create_from_commit_id": true,
"force_text_type": null,
"repository": "myrepo",
"submit_as": null
}
API是否真的支持来自提交的请求?
答案 0 :(得分:0)
知道了:api不支持JSON请求。 它应该是application / x-www-form-urlencoded with form parameters。