gpt4 book ai didi

azure-devops - 更新拉取请求的审阅者时出现异常 azure devOps

转载 作者:行者123 更新时间:2023-12-02 00:54:20 31 4
gpt4 key购买 nike

我在 ADO 中有一个事件的拉取请求,并希望使用此处描述的 API 对其进行更新:

Azure Documentation

至此,我可以成功更新 Pull Request 的标题。

{
"title": "Foo"
}

我现在想更新审阅者,这是我正在修补的请求:
{
"reviewers": [
{
"id": "myValidGuid"
}

]
}

但是我收到以下 400 错误返回:
{
"$id": "1",
"innerException": null,
"message": "Invalid argument value.\r\nParameter name: You can only update reviewers, descriptions, titles, merge status, and status.",
"typeName": "Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer",
"typeKey": "InvalidArgumentValueException",
"errorCode": 0,
"eventId": 0
}

我看不出我的请求有什么问题?

最佳答案

根据您提供的链接,您似乎正在使用“Pull Requests API”,但实际上您应该使用 Pull Request Reviewers API。

根据文档,reviewerID 实际上在 URI 参数中:

PUT https://dev.azure.com/fabrikam/_apis/git/repositories/3411ebc1-d5aa-464f-9615-0b527bc66719/pullRequests/22/reviewers/{reviewerId}?api-version=5.0

关于azure-devops - 更新拉取请求的审阅者时出现异常 azure devOps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55570905/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com