Overview
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. See the API v2 documentation for details:
Additional Resources
- CircleCI API Access
- CircleCI API v2 Returns "404 Not Found"
- How can I trigger one pipeline from another?
Comments
Article is closed for comments.