MicrosoftDocs / vsts-rest-api-specs

MIT License
158 stars 114 forks source link

missing api request body parameter #657

Open stasjifiti opened 4 months ago

stasjifiti commented 4 months ago

To trigger a pipeline from a different branch, you would need the following json: {"resources": {"repositories": {"self": {"refName": "refs/heads/"}}}}

But the documentation is omitting 'self' object, and says: {"resources": {"repositories": {"refName": "refs/heads/"}}}

Which does not work.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.