Trigger Pipeline With Secret
Trigger a pipeline using a, causing the pipeline to complete a run.
query
Returns
Returns an task resource, otherwise returns an Error.
POST /v1/pipelines/5b9c2a77b6393d0001eb45fd/trigger
Example Request
$ curl https://api.cycle.io/v1/pipelines/5b9c2a77b6393d0001eb45fd/trigger \-H "Content-Type: application/json" \-d '{"secret":"secret_yaaaCgEabUXnZYcccTaQWTnWYE333DQw1111ZQ2UAUHEEEio6BNqc8888888"}' \-X POST
Example Response
{"data": {"action": "trigger","job_id": "5d01b9b3db2ab00001508cd8"}}