Enable Stage Transition
POST {{aws_codepipeline_base_url}}/?Action=EnableStageTransition
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Action | string | The name of the pipeline in which you want to enable the flow of artifacts from one stage to another. |
Request Body
{"pipelineName"=>"MyFirstPipeline", "stageName"=>"Staging", "transitionType"=>"Inbound"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
User-Agent | string | ||
X-Amz-Target | string |