If you are passing in API parameters when triggering a new pipeline and they do not appear to be applying to your build, make sure to pass in the content-type header for JSON
Content-Type: application/json
See the API v2 documentation for details
https://circleci.com/docs/api/v2/#trigger-a-new-pipeline
Comments
Article is closed for comments.