Run A Pipeline

Endpoint to create and initiate a pipeline.There are a couple of different options to initiate a pipeline, where the payload of the request will determine which type of pipeline will be instantiated.# Trigger a Pipeline for a branchOne way to trigger pipelines is by specifying the branch for which you want to trigger a pipeline.The specified branch will be used to determine which pipeline definition from the `bitbucket-pipelines.yml` file will be applied to initiate the pipeli...