gpt4 book ai didi

rest - 使用 (ADO rest api) 在 Azure Repos 中列出特定提交的标签

转载 作者:行者123 更新时间:2023-12-04 10:47:31 25 4
gpt4 key购买 nike

我想看看是否有任何 api 列出了附加到特定提交的所有标签

最佳答案

if there is any api that lists all the tags attached to a specific commit



对于这个问题,你可以试试下面的rest api:

请求网址:
POST https://dev.azure.com/{org}/_apis/Contribution/dataProviders/query/project/{proId}?api-version=5.1-preview.1

示例请求正文:
{
"context": {"properties": {
"repositoryId": "46f31875-9df2-4cc7-9f2f-944cf7280d1c",
"searchCriteria": {
"gitCommitLookupArguments": null,
"gitHistoryQueryArguments": null,
"gitArtifactsQueryArguments": {
"fetchBuildStatuses": false,
"fetchPullRequests": false,
"fetchTags": true,
"startFromVersion": null,
"commitIds": ["1a4b0ea9b5c6fe004eb7a0df3e7fa3f146c0db27"]
},
"gitGraphQueryArguments": null
}
}},
"contributionIds": ["ms.vss-code-web.git-history-view-commits-data-provider"]
}

我在 Network 中捕获了这个 api浏览器按 F12 .这是我在 postman 中的测试:

enter image description here

关于rest - 使用 (ADO rest api) 在 Azure Repos 中列出特定提交的标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59632403/

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