Put Approval Result
POST {{aws_codepipeline_base_url}}/?Action=PutApprovalResult
Request Params
Key | Datatype | Required | Description |
---|
Action | string | | The name of the action for which approval is requested. |
Request Body
{"actionName"=>"MyApprovalAction", "pipelineName"=>"MyFirstPipeline", "result"=>{"status"=>"Approved", "summary"=>"Latest changes meet the bar. Ship it!"}, "stageName"=>"MyApprovalStage", "token"=>"1a2b3c4d-573f-4ea7-a67E-XAMPLETOKEN"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
User-Agent | string | | |
X-Amz-Target | string | | |