Skip to content

Commit

Permalink
fix: add pullRef (PR ID) to path for updating fix pr
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjeffos committed Jan 20, 2021
1 parent 124281c commit 18bbd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-templates/azure-repos/accept.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
{
"//": "update existing PR in given repository",
"method": "PATCH",
"path": "/:owner/_apis/git/repositories/:repo/pullrequests",
"path": "/:owner/_apis/git/repositories/:repo/pullrequests/:pullRef",
"origin": "https://${AZURE_REPOS_HOST}/${AZURE_REPOS_ORG}",
"auth": {
"scheme": "basic",
Expand Down

0 comments on commit 18bbd11

Please sign in to comment.