Put Webhook
POST {{aws_codepipeline_base_url}}/?Action=PutWebhook
Request Params
Key | Datatype | Required | Description |
---|
Action | string | | The tags for the webhook. |
Request Body
{"tags"=>[{"key"=>"string", "value"=>"string"}], "webhook"=>{"authentication"=>"string", "authenticationConfiguration"=>{"AllowedIPRange"=>"string", "SecretToken"=>"string"}, "filters"=>[{"jsonPath"=>"string", "matchEquals"=>"string"}], "name"=>"string", "targetAction"=>"string", "targetPipeline"=>"string"}}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
User-Agent | string | | |
X-Amz-Target | string | | |