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:
How can I use this via the REST API - Run a pipeline request?
Is there any parameter in request body that allows me to define it?
Thanks in advance!