Problem
If you find that when passing in API parameters while triggering a new pipeline the parameters do not appear to be applying to your build, make sure to pass in the content-type header for JSON.
Solution
An example of how to do this can be found below:
Content-Type: application/json
Outcome
The API parameters should now be added successfully when triggering the pipeline
Additional Resouces
See the API v2 documentation for details
https://circleci.com/docs/api/v2/index.html#operation/triggerPipeline
Comments
Article is closed for comments.