Azure DevOps REST API - Run a pipeline passing branch name

Viewed 264

I have an API that I want to run a pipeline in a specific branch.

In DevOps, you have the option to select a branch/commit that you want to run the pipeline on:

enter image description here

How can I use this via the REST API - Run a pipeline request?

REST API - Run pipeline

Is there any parameter in request body that allows me to define it?

Thanks in advance!

0 Answers
Related