cURL
curl --request PUT \ --url https://statsigapi.net/console/v1/release_pipeline_triggers/{id}/rollout \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "<string>", "data": { "id": "<string>", "releasePipelineID": "<string>", "actions": [ { "type": "STARTED", "timeMs": 123, "phaseID": "<string>", "actorID": "<string>", "actorName": "<string>" } ], "creatorID": "<string>", "createdTime": 123, "description": "<string>", "gateID": "<string>", "dynamicConfigID": "<string>", "lastModifierID": "<string>", "lastModifierName": "<string>", "status": "<string>", "currentPhase": "<string>", "currentPhaseID": "<string>", "currentPhaseEndTime": 123 } }
Optional header to respect review settings for mutation endpoints.
Fully rolled out pipeline trigger successfully
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?